Loading Changelog +10 −0 Original line number Diff line number Diff line Travel::Status::DE::VRR 3.06 - Sun Jan 05 2025 * EFA APIs know two types of stop IDs: numbers and codes. This module now consistently refers to numeric stop IDs as "id_num" and stop ID codes as "id_code". * Departure: Rename ->stop_id to ->stop_id_num * Stop: Rename ->id to ->id_num * Stop: Rename ->stop_id to ->id_code * Departure: Add ->id accessor. Travel::Status::DE::VRR 3.05 - Mon Dec 30 2024 * efa-m: add --raw-json option Loading bin/efa-m +2 −2 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ use warnings; use 5.010; use utf8; our $VERSION = '3.05'; our $VERSION = '3.06'; binmode( STDOUT, ':encoding(utf-8)' ); Loading Loading @@ -610,7 +610,7 @@ B<efa-m> [B<-s> I<service>] I<tripid> =head1 VERSION version 3.05 version 3.06 =head1 DESCRIPTION Loading lib/Travel/Status/DE/EFA.pm +2 −2 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ use warnings; use 5.010; use utf8; our $VERSION = '3.05'; our $VERSION = '3.06'; use Carp qw(confess cluck); use DateTime; Loading Loading @@ -680,7 +680,7 @@ Travel::Status::DE::EFA - unofficial EFA departure monitor =head1 VERSION version 3.05 version 3.06 =head1 DESCRIPTION Loading lib/Travel/Status/DE/EFA/Departure.pm +2 −2 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ use Travel::Status::DE::EFA::Stop; use parent 'Class::Accessor'; our $VERSION = '3.05'; our $VERSION = '3.06'; Travel::Status::DE::EFA::Departure->mk_ro_accessors( qw(countdown datetime delay destination is_cancelled key line lineref mot Loading Loading @@ -303,7 +303,7 @@ departure received by Travel::Status::DE::EFA =head1 VERSION version 3.05 version 3.06 =head1 DESCRIPTION Loading lib/Travel/Status/DE/EFA/Info.pm +2 −2 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ use 5.010; use parent 'Class::Accessor'; our $VERSION = '3.05'; our $VERSION = '3.06'; Travel::Status::DE::EFA::Info->mk_ro_accessors( qw(link_url link_text subject content subtitle additional_text)); Loading Loading @@ -58,7 +58,7 @@ Travel::Status::DE::EFA::Info - Information about a public transit stop =head1 VERSION version 3.05 version 3.06 =head1 DESCRIPTION Loading Loading
Changelog +10 −0 Original line number Diff line number Diff line Travel::Status::DE::VRR 3.06 - Sun Jan 05 2025 * EFA APIs know two types of stop IDs: numbers and codes. This module now consistently refers to numeric stop IDs as "id_num" and stop ID codes as "id_code". * Departure: Rename ->stop_id to ->stop_id_num * Stop: Rename ->id to ->id_num * Stop: Rename ->stop_id to ->id_code * Departure: Add ->id accessor. Travel::Status::DE::VRR 3.05 - Mon Dec 30 2024 * efa-m: add --raw-json option Loading
bin/efa-m +2 −2 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ use warnings; use 5.010; use utf8; our $VERSION = '3.05'; our $VERSION = '3.06'; binmode( STDOUT, ':encoding(utf-8)' ); Loading Loading @@ -610,7 +610,7 @@ B<efa-m> [B<-s> I<service>] I<tripid> =head1 VERSION version 3.05 version 3.06 =head1 DESCRIPTION Loading
lib/Travel/Status/DE/EFA.pm +2 −2 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ use warnings; use 5.010; use utf8; our $VERSION = '3.05'; our $VERSION = '3.06'; use Carp qw(confess cluck); use DateTime; Loading Loading @@ -680,7 +680,7 @@ Travel::Status::DE::EFA - unofficial EFA departure monitor =head1 VERSION version 3.05 version 3.06 =head1 DESCRIPTION Loading
lib/Travel/Status/DE/EFA/Departure.pm +2 −2 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ use Travel::Status::DE::EFA::Stop; use parent 'Class::Accessor'; our $VERSION = '3.05'; our $VERSION = '3.06'; Travel::Status::DE::EFA::Departure->mk_ro_accessors( qw(countdown datetime delay destination is_cancelled key line lineref mot Loading Loading @@ -303,7 +303,7 @@ departure received by Travel::Status::DE::EFA =head1 VERSION version 3.05 version 3.06 =head1 DESCRIPTION Loading
lib/Travel/Status/DE/EFA/Info.pm +2 −2 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ use 5.010; use parent 'Class::Accessor'; our $VERSION = '3.05'; our $VERSION = '3.06'; Travel::Status::DE::EFA::Info->mk_ro_accessors( qw(link_url link_text subject content subtitle additional_text)); Loading Loading @@ -58,7 +58,7 @@ Travel::Status::DE::EFA::Info - Information about a public transit stop =head1 VERSION version 3.05 version 3.06 =head1 DESCRIPTION Loading