Unverified Commit 9392e11d authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Release v0.02

Closes #1
parent 3236511e
Loading
Loading
Loading
Loading
+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
+2 −2
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ use strict;
use warnings;
use 5.020;

our $VERSION = '0.01';
our $VERSION = '0.02';

use utf8;
use DateTime;
@@ -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

+2 −2
Original line number Diff line number Diff line
@@ -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

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

=head1 VERSION

version 0.01
version 0.02

=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.01';
our $VERSION = '0.02';

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.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