Loading Changelog +3 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,9 @@ git HEAD * Documentation fixes (in a few places, the module was prefixed Travel::Status instead of the correct Travel::Routing) [efa] * Fix connection error handler Travel::Routing::DE::VRR 1.04 - Wed Jun 29 2011 * efa: Remove --foo-type options, use --to city type:stop etc. instead Loading bin/efa +1 −1 Original line number Diff line number Diff line Loading @@ -56,7 +56,7 @@ sub handle_efa_exception { } if ( $e->isa('Travel::Routing::DE::VRR::Exception::Net') ) { printf STDERR ( "Error: %s: %s\n", $e->description, $e->http_errstr->as_string ); $e->http_response->as_string ); exit 2; } if ( $e->isa('Travel::Routing::DE::VRR::Exception::NoData') ) { Loading Loading
Changelog +3 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,9 @@ git HEAD * Documentation fixes (in a few places, the module was prefixed Travel::Status instead of the correct Travel::Routing) [efa] * Fix connection error handler Travel::Routing::DE::VRR 1.04 - Wed Jun 29 2011 * efa: Remove --foo-type options, use --to city type:stop etc. instead Loading
bin/efa +1 −1 Original line number Diff line number Diff line Loading @@ -56,7 +56,7 @@ sub handle_efa_exception { } if ( $e->isa('Travel::Routing::DE::VRR::Exception::Net') ) { printf STDERR ( "Error: %s: %s\n", $e->description, $e->http_errstr->as_string ); $e->http_response->as_string ); exit 2; } if ( $e->isa('Travel::Routing::DE::VRR::Exception::NoData') ) { Loading