Age | Commit message (Expand) | Author | Lines |
2011-06-29 | efa: Add little help text, do not launch perldoc on --help | Daniel Friesel | -3/+10 |
2011-06-28 | VRR.pm: Add Travel::Routing::DE::VRR::Exception base class | Daniel Friesel | -2/+3 |
2011-06-28 | Try Exception::Class | Daniel Friesel | -19/+89 |
2011-06-28 | bin/efa: Actually use Travel::Routing, not Net::Travel... | Daniel Friesel | -2/+2 |
2011-05-31 | Fix efa --ignore-info to allow the argument to be omitted | Daniel Friesel | -9/+13 |
2011-05-25 | efa(1): Note that it works all over germany | Daniel Friesel | -0/+3 |
2011-05-24 | VRR.pm: Change new() key names | Daniel Friesel | -13/+13 |
2011-05-23 | Eliminate $efa->parse(), include it in $efa->submit() | Daniel Friesel | -4/+0 |
2011-05-23 | More descriptive accessor names in Net::Travel::DE::VRR::Route::Part | Daniel Friesel | -2/+2 |
2011-05-23 | Introducing ::Route and ::Route::Part | Daniel Friesel | -7/+9 |
2011-05-23 | Rename to Net::Travel::DE::VRR | Daniel Friesel | -2/+2 |
2011-05-23 | Code cleanup, remove WWW::Efa::Error stuff for now (to be reimplemented) | Daniel Friesel | -57/+44 |
2011-01-31 | Improve(?) error handling | Daniel Friesel | -7/+3 |
2010-08-29 | (Hopefully) fix addr: etc. handling. Thx penma. | Daniel Friesel | -5/+5 |
2010-08-29 | Fix efa --help | Daniel Friesel | -6/+3 |
2010-08-14 | Add remaining error classes, sort of | Daniel Friesel | -4/+4 |
2010-08-13 | Add $efa->setup_error() to replace $efa->{'error'} check | Daniel Friesel | -2/+2 |
2010-08-08 | Split up Error.pm into WWW::Efa::Error::{Backend,Setup} | Daniel Friesel | -4/+0 |
2010-08-07 | Initial module test (new/isa/can) | Daniel Friesel | -1/+1 |
2010-08-06 | Fix internal error handling + tests for it | Daniel Friesel | -1/+9 |
2010-08-03 | First try at API. And it even seems to work. | Daniel Friesel | -155/+59 |
2010-08-01 | Initial splitup to WWW::Efa. Lots of stuff to improve yet | Daniel Friesel | -173/+29 |
2010-08-01 | Switch to Module::Build | Daniel Friesel | -2/+2 |
2010-07-31 | Fix --exclude argument validation | Daniel Friesel | -4/+4 |
2010-06-14 | Remove --x-type, error handling for --to city type:something | Daniel Friesel | -14/+10 |
2010-06-06 | Actually, release v1.31.3 | Daniel Friesel | -1/+1 |
2010-06-06 | Fix a few perlcritic warnings | Daniel Friesel | -4/+4 |
2010-06-06 | Write errors to STDERR | Daniel Friesel | -7/+9 |
2010-06-06 | Detect non-itinerary efa.vrr.de output (i.e. upon invalid input data) | Daniel Friesel | -8/+16 |
2010-06-06 | Update documentation + fix typo in source comment | Daniel Friesel | -5/+6 |
2010-06-06 | Detect efa.vrr.de error messages | Daniel Friesel | -0/+19 |
2010-06-06 | Remove HTML::TreeBuilder::LibXML workaround | Daniel Friesel | -1/+1 |
2010-06-06 | Use XML::LibXML directly | Daniel Friesel | -16/+25 |
2010-06-06 | Use HTML::TreeBuilder::LibXML. Major performance enhancement. | Daniel Friesel | -8/+11 |
2010-06-06 | Slightly change option error messages | Daniel Friesel | -6/+6 |
2010-06-06 | parse_tree: Minor performance improvenets (bin/efa: 2.5s → 1.8s avg) | Daniel Friesel | -28/+33 |
2010-06-05 | Release v1.21.2 | Daniel Friesel | -1/+1 |
2010-06-05 | Update documentation | Daniel Friesel | -6/+9 |
2010-06-05 | Use latin-1 for decoded_content | Daniel Friesel | -4/+3 |
2010-06-05 | Specify decode comment | Daniel Friesel | -1/+5 |
2010-06-05 | Set proper encoding for decoded_content | Daniel Friesel | -2/+2 |
2010-06-05 | Set utf8 binmode on STDOUT & update tests again. I have not the slightest clu... | Daniel Friesel | -0/+2 |
2010-06-05 | Fix(?) UTF-8 issues with bin/efa. Nobody knows why it works. | Daniel Friesel | -4/+1 |
2010-06-05 | Fix special cases like "nicht umsteigen, Weiterfahrt [...]" | Daniel Friesel | -0/+7 |
2010-06-05 | efa: Fix opt_date | Daniel Friesel | -1/+1 |
2010-06-05 | Put some more stuff into functions | Daniel Friesel | -67/+89 |
2010-06-05 | Slight variable name cleanup | Daniel Friesel | -8/+5 |
2010-06-05 | Parse most options via subs instead of vars | Daniel Friesel | -100/+104 |
2010-06-05 | Use HTML::TreeBuilder::XPath for parsing. Todo: Lots of code cleanup. | Daniel Friesel | -188/+76 |
2010-05-29 | Add --timeout switch, decrease default timeout from 180 to 60 seconds | Daniel Friesel | -0/+7 |