Loading bin/efa +2 −2 Original line number Diff line number Diff line Loading @@ -12,7 +12,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.0.2+git'; my $version = '1.0.3+git'; my $content; my %post; my $www = WWW::Mechanize->new( Loading Loading @@ -219,7 +219,7 @@ GetOptions( 'time=s' => \$time, 'to=s{2}' => \@to, 'to-type=s' => \$to_type, 'version' => sub {print "efa version $VERSION\n"; exit 0}, 'version' => sub {print "efa version $version\n"; exit 0}, 'via=s{2}' => \@via, 'via-type=s' => \$via_type, 'walk-speed=s' => \$walk_speed, Loading Loading
bin/efa +2 −2 Original line number Diff line number Diff line Loading @@ -12,7 +12,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.0.2+git'; my $version = '1.0.3+git'; my $content; my %post; my $www = WWW::Mechanize->new( Loading Loading @@ -219,7 +219,7 @@ GetOptions( 'time=s' => \$time, 'to=s{2}' => \@to, 'to-type=s' => \$to_type, 'version' => sub {print "efa version $VERSION\n"; exit 0}, 'version' => sub {print "efa version $version\n"; exit 0}, 'via=s{2}' => \@via, 'via-type=s' => \$via_type, 'walk-speed=s' => \$walk_speed, Loading