Loading Changelog +7 −0 Original line number Diff line number Diff line Travel::Routing::DE::DBRIS 0.02 - Tue Jan 28 2025 * Add support for up to two stopovers * Add first class option (--first-class / first_class) * Add detailed passenger specification for price calculation (--passengers / passengers) Travel::Routing::DE::DBRIS 0.01 - Sun Jan 19 2025 * Initial release Loading bin/dbris +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 @@ -400,7 +400,7 @@ B<dbris> [B<-d> I<DD.MM.YYYY>] [B<-t> I<HH:MM>] [...] I<from-stop> =head1 VERSION version 0.01 version 0.02 =head1 DESCRIPTION Loading lib/Travel/Routing/DE/DBRIS.pm +2 −2 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ use LWP::UserAgent; use Travel::Status::DE::DBRIS; use Travel::Routing::DE::DBRIS::Connection; our $VERSION = '0.01'; our $VERSION = '0.02'; Travel::Routing::DE::DBRIS->mk_ro_accessors(qw(earlier later)); Loading Loading @@ -352,7 +352,7 @@ Travel::Routing::DE::DBRIS - Interface to the bahn.de itinerary service =head1 VERSION version 0.01 version 0.02 =head1 DESCRIPTION Loading lib/Travel/Routing/DE/DBRIS/Connection.pm +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ use parent 'Class::Accessor'; use DateTime::Duration; use Travel::Routing::DE::DBRIS::Connection::Segment; our $VERSION = '0.01'; our $VERSION = '0.02'; Travel::Routing::DE::DBRIS::Connection->mk_ro_accessors( qw(changes Loading lib/Travel/Routing/DE/DBRIS/Connection/Segment.pm +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ use parent 'Class::Accessor'; use DateTime::Duration; use Travel::Status::DE::DBRIS::Location; our $VERSION = '0.01'; our $VERSION = '0.02'; Travel::Routing::DE::DBRIS::Connection::Segment->mk_ro_accessors( qw( Loading Loading
Changelog +7 −0 Original line number Diff line number Diff line Travel::Routing::DE::DBRIS 0.02 - Tue Jan 28 2025 * Add support for up to two stopovers * Add first class option (--first-class / first_class) * Add detailed passenger specification for price calculation (--passengers / passengers) Travel::Routing::DE::DBRIS 0.01 - Sun Jan 19 2025 * Initial release Loading
bin/dbris +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 @@ -400,7 +400,7 @@ B<dbris> [B<-d> I<DD.MM.YYYY>] [B<-t> I<HH:MM>] [...] I<from-stop> =head1 VERSION version 0.01 version 0.02 =head1 DESCRIPTION Loading
lib/Travel/Routing/DE/DBRIS.pm +2 −2 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ use LWP::UserAgent; use Travel::Status::DE::DBRIS; use Travel::Routing::DE::DBRIS::Connection; our $VERSION = '0.01'; our $VERSION = '0.02'; Travel::Routing::DE::DBRIS->mk_ro_accessors(qw(earlier later)); Loading Loading @@ -352,7 +352,7 @@ Travel::Routing::DE::DBRIS - Interface to the bahn.de itinerary service =head1 VERSION version 0.01 version 0.02 =head1 DESCRIPTION Loading
lib/Travel/Routing/DE/DBRIS/Connection.pm +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ use parent 'Class::Accessor'; use DateTime::Duration; use Travel::Routing::DE::DBRIS::Connection::Segment; our $VERSION = '0.01'; our $VERSION = '0.02'; Travel::Routing::DE::DBRIS::Connection->mk_ro_accessors( qw(changes Loading
lib/Travel/Routing/DE/DBRIS/Connection/Segment.pm +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ use parent 'Class::Accessor'; use DateTime::Duration; use Travel::Status::DE::DBRIS::Location; our $VERSION = '0.01'; our $VERSION = '0.02'; Travel::Routing::DE::DBRIS::Connection::Segment->mk_ro_accessors( qw( Loading