Loading Changelog +1 −1 Original line number Diff line number Diff line git HEAD Travel::Status::DE::DeutscheBahn 1.05 - Thu May 14 2015 * Result->route_interesting: Also consider airports * Result: Add route_info accessor Loading bin/db-ris +3 −3 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ use strict; use warnings; use 5.010; our $VERSION = '1.04'; our $VERSION = '1.05'; use Getopt::Long qw(:config no_ignore_case); use List::Util qw(first max); Loading Loading @@ -152,7 +152,7 @@ B<db-ris> [B<-a>] [B<-d> I<date>] [B<-L>] [B<-m> I<motlist>] [B<-t> I<time>] =head1 VERSION version 1.04 version 1.05 =head1 DESCRIPTION Loading Loading @@ -194,7 +194,7 @@ Do not display delayed trains. =item B<-m>, B<--mot> I<motlist> Comma-separated list of modes of transport to show/hide. Accepts the following argements: arguments: ice InterCity Express trains ic_ec InterCity / EuroCity trains Loading lib/Travel/Status/DE/DeutscheBahn.pm +3 −3 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ use POSIX qw(strftime); use Travel::Status::DE::DeutscheBahn::Result; use XML::LibXML; our $VERSION = '1.04'; our $VERSION = '1.05'; sub new { my ( $obj, %conf ) = @_; Loading Loading @@ -291,7 +291,7 @@ arrival/departure monitor =head1 VERSION version 1.04 version 1.05 =head1 DESCRIPTION Loading Loading @@ -362,7 +362,7 @@ By default, the following are shown: ice, ic_ec, d, nv, s. =item $status->errstr In case of an error in the HTTP request, returns a string describing it. If no error occured, returns undef. no error occurred, returns undef. =item $status->results Loading lib/Travel/Status/DE/DeutscheBahn/Result.pm +3 −3 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ no if $] >= 5.018, warnings => "experimental::smartmatch"; use parent 'Class::Accessor'; our $VERSION = '1.04'; our $VERSION = '1.05'; Travel::Status::DE::DeutscheBahn::Result->mk_ro_accessors( qw(date time train route_end route_raw platform info_raw routeinfo_raw)); Loading Loading @@ -201,7 +201,7 @@ arrival/departure received by Travel::Status::DE::DeutscheBahn =head1 VERSION version 1.04 version 1.05 =head1 DESCRIPTION Loading Loading @@ -281,7 +281,7 @@ Note that all main stations will be stripped of their "Hbf" suffix. Returns the raw string used to create the route array. Note that canceled stops are filtered from B<route>, but still present in Note that cancelled stops are filtered from B<route>, but still present in B<route_raw>. =item $result->route_timetable Loading Loading
Changelog +1 −1 Original line number Diff line number Diff line git HEAD Travel::Status::DE::DeutscheBahn 1.05 - Thu May 14 2015 * Result->route_interesting: Also consider airports * Result: Add route_info accessor Loading
bin/db-ris +3 −3 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ use strict; use warnings; use 5.010; our $VERSION = '1.04'; our $VERSION = '1.05'; use Getopt::Long qw(:config no_ignore_case); use List::Util qw(first max); Loading Loading @@ -152,7 +152,7 @@ B<db-ris> [B<-a>] [B<-d> I<date>] [B<-L>] [B<-m> I<motlist>] [B<-t> I<time>] =head1 VERSION version 1.04 version 1.05 =head1 DESCRIPTION Loading Loading @@ -194,7 +194,7 @@ Do not display delayed trains. =item B<-m>, B<--mot> I<motlist> Comma-separated list of modes of transport to show/hide. Accepts the following argements: arguments: ice InterCity Express trains ic_ec InterCity / EuroCity trains Loading
lib/Travel/Status/DE/DeutscheBahn.pm +3 −3 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ use POSIX qw(strftime); use Travel::Status::DE::DeutscheBahn::Result; use XML::LibXML; our $VERSION = '1.04'; our $VERSION = '1.05'; sub new { my ( $obj, %conf ) = @_; Loading Loading @@ -291,7 +291,7 @@ arrival/departure monitor =head1 VERSION version 1.04 version 1.05 =head1 DESCRIPTION Loading Loading @@ -362,7 +362,7 @@ By default, the following are shown: ice, ic_ec, d, nv, s. =item $status->errstr In case of an error in the HTTP request, returns a string describing it. If no error occured, returns undef. no error occurred, returns undef. =item $status->results Loading
lib/Travel/Status/DE/DeutscheBahn/Result.pm +3 −3 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ no if $] >= 5.018, warnings => "experimental::smartmatch"; use parent 'Class::Accessor'; our $VERSION = '1.04'; our $VERSION = '1.05'; Travel::Status::DE::DeutscheBahn::Result->mk_ro_accessors( qw(date time train route_end route_raw platform info_raw routeinfo_raw)); Loading Loading @@ -201,7 +201,7 @@ arrival/departure received by Travel::Status::DE::DeutscheBahn =head1 VERSION version 1.04 version 1.05 =head1 DESCRIPTION Loading Loading @@ -281,7 +281,7 @@ Note that all main stations will be stripped of their "Hbf" suffix. Returns the raw string used to create the route array. Note that canceled stops are filtered from B<route>, but still present in Note that cancelled stops are filtered from B<route>, but still present in B<route_raw>. =item $result->route_timetable Loading