summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorLines
2015-10-07proper route handling, generic route_pre / route_post in backendDaniel Friesel-30/+45
2015-10-07Result: add route_interesting method (unused, needs refactoring elsewhere first)Daniel Friesel-0/+50
2015-05-01URA->new: Use lwp_options to pass parameters to LWP::UA constructorDaniel Friesel-1/+14
2015-03-12version bump0.04Daniel Friesel-6/+6
2015-03-12fucking encodings, how do they workDaniel Friesel-2/+5
2015-03-12Parse URA output with Text::CSV to cope with weird formats (fixes ASEAG backend)Daniel Friesel-3/+7
2015-01-16URA(3pm): URA means "Unified Realtime API"Daniel Friesel-2/+2
2015-01-16Result: route_timetable: Fix misleading code snippetDaniel Friesel-1/+1
2015-01-16Result: Add ->type accessor (compatibility with other libs)Daniel Friesel-0/+9
2014-01-23version bump0.03Daniel Friesel-6/+6
2014-01-23Result: Fix countdown_secDaniel Friesel-3/+5
2014-01-22URA: Remove new_from_raw test constructor, accept file: URLsDaniel Friesel-24/+11
2014-01-22use predefined datetime for testsDaniel Friesel-1/+5
2014-01-17Only do DateTime math when needed (makes code ~2x as fast)Daniel Friesel-14/+38
2013-12-26version bump0.02Daniel Friesel-6/+6
2013-12-24update documentation examples (must be exact stop names)Daniel Friesel-2/+2
2013-12-24add get_stop_by_name to documentationDaniel Friesel-0/+7
2013-12-24Remove fuzzy matching from API, add get_stop_by_name insteadDaniel Friesel-24/+22
2013-12-23optimize hide_past (check first, invoke DateTime later)Daniel Friesel-5/+7
2013-12-23Add some actual testsDaniel Friesel-1/+10
2013-12-23Fix spaces in stop names with fuzzy => 1Daniel Friesel-1/+1
2013-12-23URA.pm: Remove unused sprintf_date, sprintf_time methodsDaniel Friesel-19/+0
2013-12-23URA.pm: Move parse logic to separate functionDaniel Friesel-11/+13
2013-12-22Release v0.010.01Daniel Friesel-6/+6
2013-12-22perlcriticDaniel Friesel-2/+2
2013-12-22Result->route_timetable: Return a listDaniel Friesel-3/+9
2013-12-22update documentationDaniel Friesel-15/+13
2013-12-20use Travel::Status::DE::URA for implementation, ::ASEAG for ASEAG URLsDaniel Friesel-4/+112
2013-12-20Add Base URL and Version parameters to URA constructorDaniel Friesel-7/+30
2013-12-20rename module to Travel::Status::DE::URA (it's pretty generic)Daniel Friesel-25/+26
2013-12-15add -s, -S options to allow user control of time/duration formatsDaniel Friesel-3/+5
2013-12-11Add -v/--via filterDaniel Friesel-5/+26
2013-12-11Update Travel::Status::DE::ASEAG documentationDaniel Friesel-14/+31
2013-12-11add option to hide route before / after selected stopDaniel Friesel-7/+26
2013-12-11add stop, stop_id fields to ::ResultDaniel Friesel-1/+16
2013-12-11allow stop / full_route parameter to be set in ->resultsDaniel Friesel-9/+12
2013-12-11-f (--full-route) supportDaniel Friesel-15/+52
2013-12-11add DateTime to dependency listDaniel Friesel-0/+2
2013-12-11documentation x2Daniel Friesel-14/+8
2013-12-11perltidyDaniel Friesel-32/+39
2013-12-11initial commitDaniel Friesel-0/+390