Loading Changelog +5 −0 Original line number Diff line number Diff line Travel::Status::DE::DBWagenreihung 0.18 - Mon Aug 12 2024 * Group: IC2 trains have designations as well * Group: Add static name_to_designation accessor Travel::Status::DE::DBWagenreihung 0.17 - Sat Aug 10 2024 * Group: Fix ->name accessor (thanks to Caß Dingenskirchen) 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.17'; our $VERSION = '0.18'; use Getopt::Long; use List::Util qw(min); Loading Loading @@ -184,7 +184,7 @@ B<db-wagenreihung> I<station> I<train-number> =head1 VERSION version 0.17 version 0.18 This is beta software: API and output format may change without notice. Loading lib/Travel/Status/DE/DBWagenreihung.pm +2 −2 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ use Travel::Status::DE::DBWagenreihung::Group; use Travel::Status::DE::DBWagenreihung::Sector; use Travel::Status::DE::DBWagenreihung::Carriage; our $VERSION = '0.17'; our $VERSION = '0.18'; Travel::Status::DE::DBWagenreihung->mk_ro_accessors( qw(direction platform train_type)); Loading Loading @@ -331,7 +331,7 @@ Travel::Status::DE::DBWagenreihung - Interface to Deutsche Bahn carriage formati =head1 VERSION version 0.17 version 0.18 This is beta software. The API may change without notice. Loading lib/Travel/Status/DE/DBWagenreihung/Carriage.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.17'; our $VERSION = '0.18'; Travel::Status::DE::DBWagenreihung::Carriage->mk_ro_accessors( qw(class_type is_closed is_dosto is_locomotive is_powercar number model section uic_id type Loading lib/Travel/Status/DE/DBWagenreihung/Group.pm +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ use utf8; use parent 'Class::Accessor'; use List::Util qw(uniq); our $VERSION = '0.17'; our $VERSION = '0.18'; Travel::Status::DE::DBWagenreihung::Group->mk_ro_accessors( qw(designation name train_no train_type description desc_short destination has_sectors model series start_percent end_percent) Loading Loading
Changelog +5 −0 Original line number Diff line number Diff line Travel::Status::DE::DBWagenreihung 0.18 - Mon Aug 12 2024 * Group: IC2 trains have designations as well * Group: Add static name_to_designation accessor Travel::Status::DE::DBWagenreihung 0.17 - Sat Aug 10 2024 * Group: Fix ->name accessor (thanks to Caß Dingenskirchen) 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.17'; our $VERSION = '0.18'; use Getopt::Long; use List::Util qw(min); Loading Loading @@ -184,7 +184,7 @@ B<db-wagenreihung> I<station> I<train-number> =head1 VERSION version 0.17 version 0.18 This is beta software: API and output format may change without notice. Loading
lib/Travel/Status/DE/DBWagenreihung.pm +2 −2 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ use Travel::Status::DE::DBWagenreihung::Group; use Travel::Status::DE::DBWagenreihung::Sector; use Travel::Status::DE::DBWagenreihung::Carriage; our $VERSION = '0.17'; our $VERSION = '0.18'; Travel::Status::DE::DBWagenreihung->mk_ro_accessors( qw(direction platform train_type)); Loading Loading @@ -331,7 +331,7 @@ Travel::Status::DE::DBWagenreihung - Interface to Deutsche Bahn carriage formati =head1 VERSION version 0.17 version 0.18 This is beta software. The API may change without notice. Loading
lib/Travel/Status/DE/DBWagenreihung/Carriage.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.17'; our $VERSION = '0.18'; Travel::Status::DE::DBWagenreihung::Carriage->mk_ro_accessors( qw(class_type is_closed is_dosto is_locomotive is_powercar number model section uic_id type Loading
lib/Travel/Status/DE/DBWagenreihung/Group.pm +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ use utf8; use parent 'Class::Accessor'; use List::Util qw(uniq); our $VERSION = '0.17'; our $VERSION = '0.18'; Travel::Status::DE::DBWagenreihung::Group->mk_ro_accessors( qw(designation name train_no train_type description desc_short destination has_sectors model series start_percent end_percent) Loading