Loading Changelog +4 −0 Original line number Diff line number Diff line Travel::Status::DE::DBWagenreihung 0.02 - Sun Jun 23 2019 * Add from_json option to constructor Travel::Status::DE::DBWagenreihung 0.01 - Fri May 31 2019 * Initial release. wagen order and wagon type information for a specific Loading bin/db-wagenreihung +2 −2 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ use warnings; use 5.020; use utf8; our $VERSION = '0.01'; our $VERSION = '0.02'; use Getopt::Long; use List::Util qw(min); Loading Loading @@ -160,7 +160,7 @@ B<db-wagenreihung> I<station> I<train-number> =head1 VERSION version 0.01 version 0.02 =head1 DESCRIPTION Loading lib/Travel/Status/DE/DBWagenreihung.pm +2 −2 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ use strict; use warnings; use 5.020; our $VERSION = '0.01'; our $VERSION = '0.02'; use Carp qw(cluck confess); use JSON; Loading Loading @@ -436,7 +436,7 @@ Travel::Status::DE::DBWagenreihung - Interface to Deutsche Bahn Wagon Order API. =head1 VERSION version 0.01 version 0.02 =head1 DESCRIPTION Loading lib/Travel/Status/DE/DBWagenreihung/Section.pm +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ use utf8; use parent 'Class::Accessor'; our $VERSION = '0.01'; our $VERSION = '0.02'; Travel::Status::DE::DBWagenreihung::Section->mk_ro_accessors( qw(name start_percent end_percent length_percent start_meters end_meters length_meters) Loading lib/Travel/Status/DE/DBWagenreihung/Wagon.pm +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ use utf8; use parent 'Class::Accessor'; use Carp qw(cluck); our $VERSION = '0.01'; our $VERSION = '0.02'; Travel::Status::DE::DBWagenreihung::Wagon->mk_ro_accessors( qw(attributes class_type has_ac has_accessibility has_bahn_comfort has_bike_storage has_bistro has_compartments has_family_area Loading Loading
Changelog +4 −0 Original line number Diff line number Diff line Travel::Status::DE::DBWagenreihung 0.02 - Sun Jun 23 2019 * Add from_json option to constructor Travel::Status::DE::DBWagenreihung 0.01 - Fri May 31 2019 * Initial release. wagen order and wagon type information for a specific Loading
bin/db-wagenreihung +2 −2 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ use warnings; use 5.020; use utf8; our $VERSION = '0.01'; our $VERSION = '0.02'; use Getopt::Long; use List::Util qw(min); Loading Loading @@ -160,7 +160,7 @@ B<db-wagenreihung> I<station> I<train-number> =head1 VERSION version 0.01 version 0.02 =head1 DESCRIPTION Loading
lib/Travel/Status/DE/DBWagenreihung.pm +2 −2 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ use strict; use warnings; use 5.020; our $VERSION = '0.01'; our $VERSION = '0.02'; use Carp qw(cluck confess); use JSON; Loading Loading @@ -436,7 +436,7 @@ Travel::Status::DE::DBWagenreihung - Interface to Deutsche Bahn Wagon Order API. =head1 VERSION version 0.01 version 0.02 =head1 DESCRIPTION Loading
lib/Travel/Status/DE/DBWagenreihung/Section.pm +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ use utf8; use parent 'Class::Accessor'; our $VERSION = '0.01'; our $VERSION = '0.02'; Travel::Status::DE::DBWagenreihung::Section->mk_ro_accessors( qw(name start_percent end_percent length_percent start_meters end_meters length_meters) Loading
lib/Travel/Status/DE/DBWagenreihung/Wagon.pm +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ use utf8; use parent 'Class::Accessor'; use Carp qw(cluck); our $VERSION = '0.01'; our $VERSION = '0.02'; Travel::Status::DE::DBWagenreihung::Wagon->mk_ro_accessors( qw(attributes class_type has_ac has_accessibility has_bahn_comfort has_bike_storage has_bistro has_compartments has_family_area Loading