Loading bin/efa +0 −4 Original line number Diff line number Diff line Loading @@ -41,8 +41,6 @@ GetOptions( prefer|P=s proximity|p include|i=s test-dump test-parse time|t=s timeout=i to=s@{2} Loading Loading @@ -98,8 +96,6 @@ $efa = Net::Travel::DE::VRR->new( $efa->submit( timeout => $opt->{'timeout'} ); $efa->parse(); my @routes = $efa->routes(); for my $i ( 0 .. $#routes ) { Loading lib/Net/Travel/DE/VRR.pm +2 −6 Original line number Diff line number Diff line Loading @@ -406,6 +406,8 @@ sub submit { $self->{html_reply} = $response->decoded_content( charset => 'latin-1' ); $self->parse(); return; } Loading Loading @@ -495,7 +497,6 @@ Net::Travel::DE::VRR - inofficial interface to the efa.vrr.de German itinerary s ); $efa->submit(); $efa->parse(); for my $route ($efa->routes()) { for my $part (@{$route}) { Loading Loading @@ -598,11 +599,6 @@ If true: Prefer connections allowing to take a bike along Submit the query to B<http://efa.vrr.de>. I<%opts> is passed on to LWP::UserAgent->new(%opts). =item $efa->parse() Parse the B<efa.vrr.de> reply. returns a true value on success. =item $efa->routes() Returns a list of Net::Travel::DE::VRR::Route(3pm) elements. Each one contains Loading Loading
bin/efa +0 −4 Original line number Diff line number Diff line Loading @@ -41,8 +41,6 @@ GetOptions( prefer|P=s proximity|p include|i=s test-dump test-parse time|t=s timeout=i to=s@{2} Loading Loading @@ -98,8 +96,6 @@ $efa = Net::Travel::DE::VRR->new( $efa->submit( timeout => $opt->{'timeout'} ); $efa->parse(); my @routes = $efa->routes(); for my $i ( 0 .. $#routes ) { Loading
lib/Net/Travel/DE/VRR.pm +2 −6 Original line number Diff line number Diff line Loading @@ -406,6 +406,8 @@ sub submit { $self->{html_reply} = $response->decoded_content( charset => 'latin-1' ); $self->parse(); return; } Loading Loading @@ -495,7 +497,6 @@ Net::Travel::DE::VRR - inofficial interface to the efa.vrr.de German itinerary s ); $efa->submit(); $efa->parse(); for my $route ($efa->routes()) { for my $part (@{$route}) { Loading Loading @@ -598,11 +599,6 @@ If true: Prefer connections allowing to take a bike along Submit the query to B<http://efa.vrr.de>. I<%opts> is passed on to LWP::UserAgent->new(%opts). =item $efa->parse() Parse the B<efa.vrr.de> reply. returns a true value on success. =item $efa->routes() Returns a list of Net::Travel::DE::VRR::Route(3pm) elements. Each one contains Loading