Commit 791a9323 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Release v1.2

parent 62f59f85
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
git HEAD
efa 1.2 - Sat Jun 5 2010

    * Rewrite efa parser using HTML::TreeBuilder::XPath
    * Fixes information about late trains (was broken by efa.vrr.de changes)

efa 1.1.2 - Wed May 12 2010

+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ use WWW::Mechanize;
my $firsturl = 'http://efa.vrr.de/vrr/XSLT_TRIP_REQUEST2?language=de&itdLPxx_transpCompany=vrr';
my $posturl = 'http://efa.vrr.de/vrr/XSLT_TRIP_REQUEST2';

my $version = '1.1.2+git';
my $version = '1.2+git';
my $content;
my $connections;
my %post;