diff options
author | Daniel Friesel <derf@finalrewind.org> | 2012-01-26 23:14:30 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2012-01-26 23:14:30 +0100 |
commit | ed850c669e96ccaa62e34f8f73254dfbb1c9e4ba (patch) | |
tree | fe65afe1c97d4f4a876712d2ccc7820d2fabe760 /bin/efa | |
parent | 8f79386e9dc37f893d1c1e01741b7ab4a6f68b2c (diff) |
Release v2.012.01
Diffstat (limited to 'bin/efa')
-rwxr-xr-x | bin/efa | 23 |
1 files changed, 19 insertions, 4 deletions
@@ -12,7 +12,7 @@ use Travel::Routing::DE::VRR; use Exception::Class; use Getopt::Long qw/:config no_ignore_case/; -our $VERSION = '2.00'; +our $VERSION = '2.01'; my $ignore_info = 'Fahrradmitnahme'; my $efa; my ( @from, @to, @via, $from_type, $to_type, $via_type ); @@ -259,7 +259,7 @@ efa - unofficial efa.vrr.de command line client =head1 VERSION -version 2.00 +version 2.01 =head1 DESCRIPTION @@ -311,6 +311,10 @@ Exclude I<transports> (comma separated list). Possible transports: zug, s-bahn, u-bahn, stadtbahn, tram, stadtbus, regionalbus, schnellbus, seilbahn, schiff, ast, sonstige +=item B<-E>|B<--extended-info> + +Display duration, ticket class and price for each route (if available) + =item B<-m>|B<--max-change> I<number> Print connections with at most I<number> interchanges @@ -406,8 +410,19 @@ None. =head1 DEPENDENCIES -This script requires perl 5.10 (or higher) with the XML::LibXML module -installed. +This script requires perl 5.10 (or higher) with the following modules: + +=over + +=item * Class::Accessor + +=item * Exception::Class + +=item * LWP::UserAgent + +=item * XML::LibXML + +=back =head1 BUGS AND LIMITATIONS |