summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorLines
2013-04-10release v2.022.02Daniel Friesel-6/+6
2013-04-09respect proxy environment variablesRoland Hieber-0/+1
2012-01-29Mention WWW::EFA in documentationDaniel Friesel-0/+2
2012-01-26Release v2.012.01Daniel Friesel-6/+6
2012-01-26Route/Part.pm: Fix departure_stop_and_platform (closes github #3)Daniel Friesel-1/+1
2011-12-11Release v2.002.00Daniel Friesel-7/+7
2011-12-04Route/Part: _stop_and_platform: Only concatenate if platform is non-emptyDaniel Friesel-3/+12
2011-12-03note that ->via does not work reliably, remove it from bin/efaDaniel Friesel-1/+8
2011-11-29Route/Part.pm: Fix typo in viaDaniel Friesel-1/+1
2011-11-29add tests for XML parsingDaniel Friesel-0/+18
2011-11-29documentationDaniel Friesel-32/+77
2011-11-29Fix display and parsing of delay connectionsDaniel Friesel-17/+37
2011-11-28Initial support for intermediate stops (via -E -E). will be cleaned up tomorrowDaniel Friesel-0/+29
2011-11-28cleanupDaniel Friesel-57/+71
2011-11-28efa: Add -E option to display total route time and ticket class/priceDaniel Friesel-4/+20
2011-11-28Fix extra info displayDaniel Friesel-5/+15
2011-11-28Re-add error checkingDaniel Friesel-40/+47
2011-11-28start switching from HTML to XML mode (parsing works fine, todo: error detect...Daniel Friesel-120/+90
2011-09-20VRR.pm: Fix spelling mistake (inofficial -> unofficial)Daniel Friesel-1/+1
2011-09-17Release v1.061.06Daniel Friesel-6/+6
2011-07-17Release v1.051.05Daniel Friesel-6/+6
2011-06-29Documentation: It's Travel::Routing, not Travel::Status >_>Daniel Friesel-3/+3
2011-06-29Release v1.04 (about time)1.04Daniel Friesel-7/+7
2011-06-29Minor code style adjustment (no parens after accessors)Daniel Friesel-8/+8
2011-06-29Update BUGS AND LIMITATIONSDaniel Friesel-2/+0
2011-06-29Further documentation fixesDaniel Friesel-6/+6
2011-06-28VRR.pm: Update SYNOPSISDaniel Friesel-4/+2
2011-06-28Document exceptionsDaniel Friesel-3/+68
2011-06-28VRR.pm: Add Travel::Routing::DE::VRR::Exception base classDaniel Friesel-4/+15
2011-06-28VRR.pm: Document new submit behaviourDaniel Friesel-4/+15
2011-06-28Try Exception::ClassDaniel Friesel-21/+79
2011-06-28VRR.pm: HTTP request error handlingDaniel Friesel-0/+5
2011-06-23Rename to Travel::Routing::DE::VRRDaniel Friesel-31/+31
2011-05-30VRR.pm: DocumentationDaniel Friesel-6/+34
2011-05-28VRR.pm: Make post_ methods better usable as external settersDaniel Friesel-25/+64
2011-05-26VRR.pm: Convert all remaining functions to methodsDaniel Friesel-7/+7
2011-05-24VRR.pm: Somewhat unfuck post_ methodsDaniel Friesel-39/+44
2011-05-24VRR.pm: Change new() key namesDaniel Friesel-34/+38
2011-05-24VRR.pm: Fix SYNOPSISDaniel Friesel-7/+8
2011-05-23Eliminate $efa->parse(), include it in $efa->submit()Daniel Friesel-6/+2
2011-05-23More descriptive accessor names in Net::Travel::DE::VRR::Route::PartDaniel Friesel-38/+121
2011-05-23Introducing ::Route and ::Route::PartDaniel Friesel-12/+154
2011-05-23Rename to Net::Travel::DE::VRRDaniel Friesel-8/+8
2011-05-23Code cleanup, remove WWW::Efa::Error stuff for now (to be reimplemented)Daniel Friesel-658/+388
2011-02-26Slightly improve date handlingDaniel Friesel-4/+14
2011-02-26WWW::Efa: Also allow dd.mm dates, for those really lazy peopleDaniel Friesel-1/+1
2011-01-31Improve(?) error handlingDaniel Friesel-11/+14
2011-01-31WWW::Efa documentation updatesDaniel Friesel-2/+40
2010-12-17WWW::Efa: create_post: Fix indentation, use correct date/timeDaniel Friesel-87/+87
2010-12-04Replace WWW::Mechanize with LWP::UserAgent (first step)Maximilian Gass-13/+95