Unverified Commit 06122cd4 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Release v0.03

parent 62ccb478
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
Travel::Status::DE::DBRIS 0.03 - Sat Feb 01 2025

    * Add Travel::Status::DE::DBRIS::Formation and submodules to this
      distribution (formerly Travel::Status::DE::DBWagenreihung)
    * dbris-m: Run "dbris-m station train_type train_no" to list train
      details and (if available) carriage formation

Travel::Status::DE::DBRIS 0.02 - Sat Jan 25 2025

    * dbris-m: Add -m / --modes-of-transit option
+2 −2
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ use strict;
use warnings;
use 5.020;

our $VERSION = '0.02';
our $VERSION = '0.03';

use utf8;
use DateTime;
@@ -568,7 +568,7 @@ B<dbris-m> B<?>I<query>|I<lat>B<:>I<lon>

=head1 VERSION

version 0.02
version 0.03

=head1 DESCRIPTION

+2 −2
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ use Travel::Status::DE::DBRIS::JourneyAtStop;
use Travel::Status::DE::DBRIS::Journey;
use Travel::Status::DE::DBRIS::Location;

our $VERSION = '0.02';
our $VERSION = '0.03';

# {{{ Constructors

@@ -411,7 +411,7 @@ Non-blocking variant;

=head1 VERSION

version 0.02
version 0.03

=head1 DESCRIPTION

+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ use parent 'Class::Accessor';

use Travel::Status::DE::DBRIS::Location;

our $VERSION = '0.02';
our $VERSION = '0.03';

Travel::Status::DE::DBRIS::Journey->mk_ro_accessors(qw(day train is_cancelled));

+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ use 5.020;

use parent 'Class::Accessor';

our $VERSION = '0.02';
our $VERSION = '0.03';

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