summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)AuthorLines
2011-05-23More descriptive accessor names in Net::Travel::DE::VRR::Route::PartDaniel Friesel-2/+2
2011-05-23Introducing ::Route and ::Route::PartDaniel Friesel-7/+9
2011-05-23Rename to Net::Travel::DE::VRRDaniel Friesel-2/+2
2011-05-23Code cleanup, remove WWW::Efa::Error stuff for now (to be reimplemented)Daniel Friesel-57/+44
2011-01-31Improve(?) error handlingDaniel Friesel-7/+3
2010-08-29(Hopefully) fix addr: etc. handling. Thx penma.Daniel Friesel-5/+5
2010-08-29Fix efa --helpDaniel Friesel-6/+3
2010-08-14Add remaining error classes, sort ofDaniel Friesel-4/+4
2010-08-13Add $efa->setup_error() to replace $efa->{'error'} checkDaniel Friesel-2/+2
2010-08-08Split up Error.pm into WWW::Efa::Error::{Backend,Setup}Daniel Friesel-4/+0
2010-08-07Initial module test (new/isa/can)Daniel Friesel-1/+1
2010-08-06Fix internal error handling + tests for itDaniel Friesel-1/+9
2010-08-03First try at API. And it even seems to work.Daniel Friesel-155/+59
2010-08-01Initial splitup to WWW::Efa. Lots of stuff to improve yetDaniel Friesel-173/+29
2010-08-01Switch to Module::BuildDaniel Friesel-2/+2
2010-07-31Fix --exclude argument validationDaniel Friesel-4/+4
2010-06-14Remove --x-type, error handling for --to city type:somethingDaniel Friesel-14/+10
2010-06-06Actually, release v1.31.3Daniel Friesel-1/+1
2010-06-06Fix a few perlcritic warningsDaniel Friesel-4/+4
2010-06-06Write errors to STDERRDaniel Friesel-7/+9
2010-06-06Detect non-itinerary efa.vrr.de output (i.e. upon invalid input data)Daniel Friesel-8/+16
2010-06-06Update documentation + fix typo in source commentDaniel Friesel-5/+6
2010-06-06Detect efa.vrr.de error messagesDaniel Friesel-0/+19
2010-06-06Remove HTML::TreeBuilder::LibXML workaroundDaniel Friesel-1/+1
2010-06-06Use XML::LibXML directlyDaniel Friesel-16/+25
2010-06-06Use HTML::TreeBuilder::LibXML. Major performance enhancement.Daniel Friesel-8/+11
2010-06-06Slightly change option error messagesDaniel Friesel-6/+6
2010-06-06parse_tree: Minor performance improvenets (bin/efa: 2.5s → 1.8s avg)Daniel Friesel-28/+33
2010-06-05Release v1.21.2Daniel Friesel-1/+1
2010-06-05Update documentationDaniel Friesel-6/+9
2010-06-05Use latin-1 for decoded_contentDaniel Friesel-4/+3
2010-06-05Specify decode commentDaniel Friesel-1/+5
2010-06-05Set proper encoding for decoded_contentDaniel Friesel-2/+2
2010-06-05Set utf8 binmode on STDOUT & update tests again. I have not the slightest clu...Daniel Friesel-0/+2
2010-06-05Fix(?) UTF-8 issues with bin/efa. Nobody knows why it works.Daniel Friesel-4/+1
2010-06-05Fix special cases like "nicht umsteigen, Weiterfahrt [...]"Daniel Friesel-0/+7
2010-06-05efa: Fix opt_dateDaniel Friesel-1/+1
2010-06-05Put some more stuff into functionsDaniel Friesel-67/+89
2010-06-05Slight variable name cleanupDaniel Friesel-8/+5
2010-06-05Parse most options via subs instead of varsDaniel Friesel-100/+104
2010-06-05Use HTML::TreeBuilder::XPath for parsing. Todo: Lots of code cleanup.Daniel Friesel-188/+76
2010-05-29Add --timeout switch, decrease default timeout from 180 to 60 secondsDaniel Friesel-0/+7
2010-05-15efa(1): Add some general POD sectionsDaniel Friesel-1/+23
2010-05-13Die upon invalid optionsDaniel Friesel-1/+2
2010-05-12Release v1.1.21.1.2Daniel Friesel-1/+1
2010-05-12efa: Correct --date help messageDaniel Friesel-1/+1
2010-05-11Fix --ignore-info handling, add more parser testsDaniel Friesel-1/+1
2010-05-11Add some actual parser testsDaniel Friesel-9/+23
2010-05-11efa: --max-change arguments are verified by Getopt::LangDaniel Friesel-0/+1
2010-05-11Add short option for --versionDaniel Friesel-1/+1