summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
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
2010-08-13Add README, begin documentation for Efa::Error::SetupDaniel Friesel-2/+26
2010-08-08Split up Error.pm into WWW::Efa::Error::{Backend,Setup}Daniel Friesel-109/+120
2010-08-07Make WWW::Efa synopsis actually workDaniel Friesel-3/+4
2010-08-07Add Test::Synopsis test, rename pod testDaniel Friesel-0/+51
2010-08-07Make POD test futureproofDaniel Friesel-1/+1
2010-08-07Tests for WWW::Efa->new() => correct post dataDaniel Friesel-18/+239
2010-08-07Initial module test (new/isa/can)Daniel Friesel-1/+34
2010-08-06Fix internal error handling + tests for itDaniel Friesel-96/+128
2010-08-06Add Efa::Error class (probably sucks so far :p)Daniel Friesel-27/+118
2010-08-04Rename bin/efa testDaniel Friesel-0/+0
2010-08-03First try at API. And it even seems to work.Daniel Friesel-255/+302
2010-08-01Initial splitup to WWW::Efa. Lots of stuff to improve yetDaniel Friesel-193/+258
2010-08-01Switch to Module::BuildDaniel Friesel-33/+35
2010-08-01Move tests to t/, re-structure the directory while at itDaniel Friesel-13/+13
2010-07-31Fix --exclude argument validationDaniel Friesel-5/+5
2010-07-12Update zsh completionDaniel Friesel-10/+38
2010-06-14Remove --x-type, error handling for --to city type:somethingDaniel Friesel-14/+14
2010-06-08README: Add modules required for testingDaniel Friesel-1/+6
2010-06-06Remove prereqs file (useless for distribution)Daniel Friesel-3/+0
2010-06-06Actually, release v1.31.3Daniel Friesel-2/+2
2010-06-06Update Changelog and READMEDaniel Friesel-1/+6
2010-06-06Fix a few perlcritic warningsDaniel Friesel-4/+4
2010-06-06Write errors to STDERRDaniel Friesel-13/+15
2010-06-06Detect non-itinerary efa.vrr.de output (i.e. upon invalid input data)Daniel Friesel-9/+819
2010-06-06Update documentation + fix typo in source commentDaniel Friesel-5/+6
2010-06-06Detect efa.vrr.de error messagesDaniel Friesel-1/+889
2010-06-06Remove HTML::TreeBuilder::LibXML workaroundDaniel Friesel-1/+1
2010-06-06Use XML::LibXML directlyDaniel Friesel-23/+32
2010-06-06Use HTML::TreeBuilder::LibXML. Major performance enhancement.Daniel Friesel-15/+18
2010-06-06Slightly change option error messagesDaniel Friesel-15/+13
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-2/+3
2010-06-05Update documentationDaniel Friesel-7/+11
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-242/+244
2010-06-05Fix(?) UTF-8 issues with bin/efa. Nobody knows why it works.Daniel Friesel-751/+748
2010-06-05Add parser test for ambiguous inputDaniel Friesel-1/+9
2010-06-05Update and reenable parser testsDaniel Friesel-334/+1384
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