Age | Commit message (Expand) | Author | Lines |
2011-11-28 | Re-add error checking | Daniel Friesel | -40/+47 |
2011-11-28 | start switching from HTML to XML mode (parsing works fine, todo: error detect... | Daniel Friesel | -120/+90 |
2011-09-20 | VRR.pm: Fix spelling mistake (inofficial -> unofficial) | Daniel Friesel | -1/+1 |
2011-09-17 | Release v1.061.06 | Daniel Friesel | -6/+6 |
2011-07-17 | Release v1.051.05 | Daniel Friesel | -6/+6 |
2011-06-29 | Documentation: It's Travel::Routing, not Travel::Status >_> | Daniel Friesel | -3/+3 |
2011-06-29 | Release v1.04 (about time)1.04 | Daniel Friesel | -7/+7 |
2011-06-29 | Minor code style adjustment (no parens after accessors) | Daniel Friesel | -8/+8 |
2011-06-29 | Update BUGS AND LIMITATIONS | Daniel Friesel | -2/+0 |
2011-06-29 | Further documentation fixes | Daniel Friesel | -6/+6 |
2011-06-28 | VRR.pm: Update SYNOPSIS | Daniel Friesel | -4/+2 |
2011-06-28 | Document exceptions | Daniel Friesel | -3/+68 |
2011-06-28 | VRR.pm: Add Travel::Routing::DE::VRR::Exception base class | Daniel Friesel | -4/+15 |
2011-06-28 | VRR.pm: Document new submit behaviour | Daniel Friesel | -4/+15 |
2011-06-28 | Try Exception::Class | Daniel Friesel | -21/+79 |
2011-06-28 | VRR.pm: HTTP request error handling | Daniel Friesel | -0/+5 |
2011-06-23 | Rename to Travel::Routing::DE::VRR | Daniel Friesel | -31/+31 |
2011-05-30 | VRR.pm: Documentation | Daniel Friesel | -6/+34 |
2011-05-28 | VRR.pm: Make post_ methods better usable as external setters | Daniel Friesel | -25/+64 |
2011-05-26 | VRR.pm: Convert all remaining functions to methods | Daniel Friesel | -7/+7 |
2011-05-24 | VRR.pm: Somewhat unfuck post_ methods | Daniel Friesel | -39/+44 |
2011-05-24 | VRR.pm: Change new() key names | Daniel Friesel | -34/+38 |
2011-05-24 | VRR.pm: Fix SYNOPSIS | Daniel Friesel | -7/+8 |
2011-05-23 | Eliminate $efa->parse(), include it in $efa->submit() | Daniel Friesel | -6/+2 |
2011-05-23 | More descriptive accessor names in Net::Travel::DE::VRR::Route::Part | Daniel Friesel | -38/+121 |
2011-05-23 | Introducing ::Route and ::Route::Part | Daniel Friesel | -12/+154 |
2011-05-23 | Rename to Net::Travel::DE::VRR | Daniel Friesel | -8/+8 |
2011-05-23 | Code cleanup, remove WWW::Efa::Error stuff for now (to be reimplemented) | Daniel Friesel | -658/+388 |
2011-02-26 | Slightly improve date handling | Daniel Friesel | -4/+14 |
2011-02-26 | WWW::Efa: Also allow dd.mm dates, for those really lazy people | Daniel Friesel | -1/+1 |
2011-01-31 | Improve(?) error handling | Daniel Friesel | -11/+14 |
2011-01-31 | WWW::Efa documentation updates | Daniel Friesel | -2/+40 |
2010-12-17 | WWW::Efa: create_post: Fix indentation, use correct date/time | Daniel Friesel | -87/+87 |
2010-12-04 | Replace WWW::Mechanize with LWP::UserAgent (first step) | Maximilian Gass | -13/+95 |
2010-08-14 | Remove 'time' option from WWW::Efa | Daniel Friesel | -4/+5 |
2010-08-14 | Efa.pm: Remove unnecessary double quotes | Daniel Friesel | -1/+1 |
2010-08-14 | Add remaining error classes, sort of | Daniel Friesel | -42/+186 |
2010-08-14 | WWW::Efa::Error::Setup: Add accessors for inernals | Daniel Friesel | -0/+18 |
2010-08-13 | WWW::Efa::Error::Setup: document as_string a bit | Daniel Friesel | -0/+8 |
2010-08-13 | Add $efa->setup_error() to replace $efa->{'error'} check | Daniel Friesel | -0/+17 |
2010-08-13 | Some documentation | Daniel Friesel | -4/+88 |
2010-08-13 | Add README, begin documentation for Efa::Error::Setup | Daniel Friesel | -0/+23 |
2010-08-08 | Split up Error.pm into WWW::Efa::Error::{Backend,Setup} | Daniel Friesel | -91/+105 |
2010-08-07 | Make WWW::Efa synopsis actually work | Daniel Friesel | -3/+4 |
2010-08-07 | Add Test::Synopsis test, rename pod test | Daniel Friesel | -0/+32 |
2010-08-06 | Fix internal error handling + tests for it | Daniel Friesel | -15/+22 |
2010-08-06 | Add Efa::Error class (probably sucks so far :p) | Daniel Friesel | -26/+109 |
2010-08-03 | First try at API. And it even seems to work. | Daniel Friesel | -27/+170 |
2010-08-01 | Initial splitup to WWW::Efa. Lots of stuff to improve yet | Daniel Friesel | -0/+225 |