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

Release v3.20

parent 304cf9bb
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
Travel::Status::DE::VRR 3.20 - Sat Mar 28 2026

    * Handle wonky backend timestamps during DST transition (e.g. CET to CEST)

Travel::Status::DE::VRR 3.19 - Sat Feb 28 2026

    * EFA->new: add optional num_results argument (default: 40)
+2 −2
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ use warnings;
use 5.010;
use utf8;

our $VERSION = '3.19';
our $VERSION = '3.20';

binmode( STDOUT, ':encoding(utf-8)' );

@@ -639,7 +639,7 @@ B<efa-m> [B<-s> I<service>] I<tripid>

=head1 VERSION

version 3.19
version 3.20

=head1 DESCRIPTION

+2 −2
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ use warnings;
use 5.010;
use utf8;

our $VERSION = '3.19';
our $VERSION = '3.20';

use Carp qw(confess cluck);
use DateTime;
@@ -751,7 +751,7 @@ Travel::Status::DE::EFA - unofficial EFA departure monitor

=head1 VERSION

version 3.19
version 3.20

=head1 DESCRIPTION

+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ use Travel::Status::DE::EFA::Stop;

use parent 'Class::Accessor';

our $VERSION = '3.19';
our $VERSION = '3.20';

Travel::Status::DE::EFA::Departure->mk_ro_accessors(
	qw(countdown datetime delay destination is_cancelled key line lineref mot
@@ -340,7 +340,7 @@ departure received by Travel::Status::DE::EFA

=head1 VERSION

version 3.19
version 3.20

=head1 DESCRIPTION

+2 −2
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ use 5.010;

use parent 'Class::Accessor';

our $VERSION = '3.19';
our $VERSION = '3.20';

Travel::Status::DE::EFA::Info->mk_ro_accessors(
	qw(link_url link_text subject content subtitle additional_text));
@@ -58,7 +58,7 @@ Travel::Status::DE::EFA::Info - Information about a public transit stop

=head1 VERSION

version 3.19
version 3.20

=head1 DESCRIPTION

Loading