Loading Changelog +5 −0 Original line number Diff line number Diff line Travel::Status::DE::DBRIS 0.02 - Sat Jan 25 2025 * dbris-m: Add -m / --modes-of-transit option * dbirs-m: Fix --json Travel::Status::DE::DBRIS 0.01 - Mon Jan 06 2025 * Initial release Loading bin/dbris-m +2 −2 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ use strict; use warnings; use 5.020; our $VERSION = '0.01'; our $VERSION = '0.02'; use utf8; use DateTime; Loading Loading @@ -448,7 +448,7 @@ B<dbris-m> B<?>I<query>|I<lat>B<:>I<lon> =head1 VERSION version 0.01 version 0.02 =head1 DESCRIPTION Loading lib/Travel/Status/DE/DBRIS.pm +2 −2 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ use Travel::Status::DE::DBRIS::JourneyAtStop; use Travel::Status::DE::DBRIS::Journey; use Travel::Status::DE::DBRIS::Location; our $VERSION = '0.01'; our $VERSION = '0.02'; # {{{ Constructors Loading Loading @@ -381,7 +381,7 @@ Non-blocking variant; =head1 VERSION version 0.01 version 0.02 =head1 DESCRIPTION Loading lib/Travel/Status/DE/DBRIS/Journey.pm +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ use parent 'Class::Accessor'; use Travel::Status::DE::DBRIS::Location; our $VERSION = '0.01'; our $VERSION = '0.02'; Travel::Status::DE::DBRIS::Journey->mk_ro_accessors(qw(day train is_cancelled)); Loading lib/Travel/Status/DE/DBRIS/JourneyAtStop.pm +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ use 5.020; use parent 'Class::Accessor'; our $VERSION = '0.01'; our $VERSION = '0.02'; Travel::Status::DE::DBRIS::JourneyAtStop->mk_ro_accessors( qw(type dep sched_dep rt_dep delay is_cancelled line stop_eva id platform rt_platform destination via via_last Loading Loading
Changelog +5 −0 Original line number Diff line number Diff line Travel::Status::DE::DBRIS 0.02 - Sat Jan 25 2025 * dbris-m: Add -m / --modes-of-transit option * dbirs-m: Fix --json Travel::Status::DE::DBRIS 0.01 - Mon Jan 06 2025 * Initial release Loading
bin/dbris-m +2 −2 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ use strict; use warnings; use 5.020; our $VERSION = '0.01'; our $VERSION = '0.02'; use utf8; use DateTime; Loading Loading @@ -448,7 +448,7 @@ B<dbris-m> B<?>I<query>|I<lat>B<:>I<lon> =head1 VERSION version 0.01 version 0.02 =head1 DESCRIPTION Loading
lib/Travel/Status/DE/DBRIS.pm +2 −2 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ use Travel::Status::DE::DBRIS::JourneyAtStop; use Travel::Status::DE::DBRIS::Journey; use Travel::Status::DE::DBRIS::Location; our $VERSION = '0.01'; our $VERSION = '0.02'; # {{{ Constructors Loading Loading @@ -381,7 +381,7 @@ Non-blocking variant; =head1 VERSION version 0.01 version 0.02 =head1 DESCRIPTION Loading
lib/Travel/Status/DE/DBRIS/Journey.pm +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ use parent 'Class::Accessor'; use Travel::Status::DE::DBRIS::Location; our $VERSION = '0.01'; our $VERSION = '0.02'; Travel::Status::DE::DBRIS::Journey->mk_ro_accessors(qw(day train is_cancelled)); Loading
lib/Travel/Status/DE/DBRIS/JourneyAtStop.pm +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ use 5.020; use parent 'Class::Accessor'; our $VERSION = '0.01'; our $VERSION = '0.02'; Travel::Status::DE::DBRIS::JourneyAtStop->mk_ro_accessors( qw(type dep sched_dep rt_dep delay is_cancelled line stop_eva id platform rt_platform destination via via_last Loading