summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2011-06-29Release v1.04 (about time)1.04Daniel Friesel-12/+12
2011-06-29Minor code style adjustment (no parens after accessors)Daniel Friesel-11/+11
2011-06-29efa: Handle more setup errorsDaniel Friesel-2/+7
2011-06-29efa: Show help upon Getopt::Long error as wellDaniel Friesel-6/+8
2011-06-29efa(1): Update EXIT STATUSDaniel Friesel-4/+7
2011-06-29Update BUGS AND LIMITATIONSDaniel Friesel-6/+1
2011-06-29Update Changelog and READMEDaniel Friesel-16/+22
2011-06-29efa: Add little help text, do not launch perldoc on --helpDaniel Friesel-3/+10
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-6/+18
2011-06-28VRR.pm: Document new submit behaviourDaniel Friesel-4/+15
2011-06-28Try Exception::ClassDaniel Friesel-41/+172
2011-06-28VRR.pm: HTTP request error handlingDaniel Friesel-0/+5
2011-06-28bin/efa: Actually use Travel::Routing, not Net::Travel...Daniel Friesel-2/+2
2011-06-27Remove useless git version magic from Build.PL, update gitignoreDaniel Friesel-9/+4
2011-06-23Rename to Travel::Routing::DE::VRRDaniel Friesel-35/+35
2011-05-31Fix efa --ignore-info to allow the argument to be omittedDaniel Friesel-9/+13
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-25efa(1): Note that it works all over germanyDaniel Friesel-0/+3
2011-05-24VRR.pm: Somewhat unfuck post_ methodsDaniel Friesel-39/+44
2011-05-24VRR.pm: Change new() key namesDaniel Friesel-64/+68
2011-05-24VRR.pm: Fix SYNOPSISDaniel Friesel-7/+8
2011-05-23Eliminate $efa->parse(), include it in $efa->submit()Daniel Friesel-10/+2
2011-05-23More descriptive accessor names in Net::Travel::DE::VRR::Route::PartDaniel Friesel-54/+123
2011-05-23Introducing ::Route and ::Route::PartDaniel Friesel-19/+165
2011-05-23Update ChangelogDaniel Friesel-0/+1
2011-05-23Rename to Net::Travel::DE::VRRDaniel Friesel-30/+15
2011-05-23Code cleanup, remove WWW::Efa::Error stuff for now (to be reimplemented)Daniel Friesel-928/+437
2011-05-11Update gitignoreDaniel Friesel-0/+5
2011-02-26Slightly improve date handlingDaniel Friesel-7/+17
2011-02-26WWW::Efa: Also allow dd.mm dates, for those really lazy peopleDaniel Friesel-1/+1
2011-01-31Improve(?) error handlingDaniel Friesel-18/+17
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-12Build.PL: Get version from git. Still need to get it into the .pl file, thoDaniel Friesel-1/+8
2010-12-04Fix tests for new POST stuffDaniel Friesel-19/+17
2010-12-04Replace WWW::Mechanize with LWP::UserAgent (first step)Maximilian Gass-13/+95
2010-08-29(Hopefully) fix addr: etc. handling. Thx penma.Daniel Friesel-5/+5
2010-08-29Fix efa --helpDaniel Friesel-6/+3
2010-08-14Remove 'time' option from WWW::EfaDaniel Friesel-16/+20
2010-08-14Efa.pm: Remove unnecessary double quotesDaniel Friesel-1/+1
2010-08-14Add remaining error classes, sort ofDaniel Friesel-61/+197
2010-08-14WWW::Efa::Error::Setup: Add accessors for inernalsDaniel Friesel-3/+21
2010-08-13WWW::Efa::Error::Setup: document as_string a bitDaniel Friesel-0/+8
2010-08-13Add $efa->setup_error() to replace $efa->{'error'} checkDaniel Friesel-2/+19
2010-08-13Some documentationDaniel Friesel-4/+88