Loading bin/efa +6 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,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.1+git'; my $content; my %post; my $www = WWW::Mechanize->new( Loading Loading @@ -141,6 +142,7 @@ GetOptions( 'time=s' => \$time, 'to=s{2}' => \@to, 'to-type=s' => \$to_type, '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 @@ -447,6 +449,10 @@ C<--post lineRestriction=400> to also show IC and ICE trains. Note that B<--post> will be overridden by the standard efa options, such as B<--time>. =item B<--version> Print version information =back =head1 BUGS Loading Loading
bin/efa +6 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,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.1+git'; my $content; my %post; my $www = WWW::Mechanize->new( Loading Loading @@ -141,6 +142,7 @@ GetOptions( 'time=s' => \$time, 'to=s{2}' => \@to, 'to-type=s' => \$to_type, '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 @@ -447,6 +449,10 @@ C<--post lineRestriction=400> to also show IC and ICE trains. Note that B<--post> will be overridden by the standard efa options, such as B<--time>. =item B<--version> Print version information =back =head1 BUGS Loading