Loading Changelog +2 −2 Original line number Diff line number Diff line git HEAD Travel::Status::DE::DeutscheBahn 1.03 - Tue Oct 21 2014 * Add primitive JSON serializer to Travel::Status::DE::DeutscheBahn::Result * Fix $result->delay (changes in RIS output format) * Fix $result->delay (was broken by changes in the RIS output format) Travel::Status::DE::DeutscheBahn 1.02 - Tue Sep 17 2013 Loading bin/db-ris +2 −2 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ use strict; use warnings; use 5.010; our $VERSION = '1.02'; our $VERSION = '1.03'; use Getopt::Long qw(:config no_ignore_case); use List::Util qw(first max); Loading Loading @@ -147,7 +147,7 @@ B<db-ris> [B<-a>] [B<-d> I<date>] [B<-L>] [B<-m> I<motlist>] [B<-t> I<time>] =head1 VERSION version 1.02 version 1.03 =head1 DESCRIPTION Loading lib/Travel/Status/DE/DeutscheBahn.pm +2 −2 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.02'; our $VERSION = '1.03'; sub new { my ( $obj, %conf ) = @_; Loading Loading @@ -286,7 +286,7 @@ arrival/departure monitor =head1 VERSION version 1.02 version 1.03 =head1 DESCRIPTION Loading lib/Travel/Status/DE/DeutscheBahn/Result.pm +2 −2 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.02'; our $VERSION = '1.03'; Travel::Status::DE::DeutscheBahn::Result->mk_ro_accessors( qw(date time train route_end route_raw platform info_raw)); Loading Loading @@ -171,7 +171,7 @@ arrival/departure received by Travel::Status::DE::DeutscheBahn =head1 VERSION version 1.02 version 1.03 =head1 DESCRIPTION Loading Loading
Changelog +2 −2 Original line number Diff line number Diff line git HEAD Travel::Status::DE::DeutscheBahn 1.03 - Tue Oct 21 2014 * Add primitive JSON serializer to Travel::Status::DE::DeutscheBahn::Result * Fix $result->delay (changes in RIS output format) * Fix $result->delay (was broken by changes in the RIS output format) Travel::Status::DE::DeutscheBahn 1.02 - Tue Sep 17 2013 Loading
bin/db-ris +2 −2 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ use strict; use warnings; use 5.010; our $VERSION = '1.02'; our $VERSION = '1.03'; use Getopt::Long qw(:config no_ignore_case); use List::Util qw(first max); Loading Loading @@ -147,7 +147,7 @@ B<db-ris> [B<-a>] [B<-d> I<date>] [B<-L>] [B<-m> I<motlist>] [B<-t> I<time>] =head1 VERSION version 1.02 version 1.03 =head1 DESCRIPTION Loading
lib/Travel/Status/DE/DeutscheBahn.pm +2 −2 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.02'; our $VERSION = '1.03'; sub new { my ( $obj, %conf ) = @_; Loading Loading @@ -286,7 +286,7 @@ arrival/departure monitor =head1 VERSION version 1.02 version 1.03 =head1 DESCRIPTION Loading
lib/Travel/Status/DE/DeutscheBahn/Result.pm +2 −2 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.02'; our $VERSION = '1.03'; Travel::Status::DE::DeutscheBahn::Result->mk_ro_accessors( qw(date time train route_end route_raw platform info_raw)); Loading Loading @@ -171,7 +171,7 @@ arrival/departure received by Travel::Status::DE::DeutscheBahn =head1 VERSION version 1.02 version 1.03 =head1 DESCRIPTION Loading