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

Release v0.12

parent 30cfcda7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ Module::Build->new(
		'List::Util'                          => 0,
		'LWP::UserAgent'                      => 0,
		'LWP::Protocol::https'                => 0,
		'Travel::Status::DE::DBRIS'           => '0.27',
		'Travel::Status::DE::DBRIS'           => '0.28',
		'UUID'                                => 0,
	},
	script_files => 'bin/',
+4 −0
Original line number Diff line number Diff line
Travel::Routing::DE::DBRIS 0.12 - Tue May 05 2026

    * Segment: adjust for bahn.de-internal API changes

Travel::Routing::DE::DBRIS 0.11 - Mon Mar 30 2026

    * Segment: Add is_cancelled accessor
+2 −2
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ use strict;
use warnings;
use 5.020;

our $VERSION = '0.11';
our $VERSION = '0.12';

use utf8;
use DateTime;
@@ -615,7 +615,7 @@ B<dbris> [B<-d> I<DD.MM.YYYY>] [B<-a>|B<-t> I<HH:MM>] [...] I<from-stop>

=head1 VERSION

version 0.11
version 0.12

=head1 DESCRIPTION

+2 −2
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ use Travel::Status::DE::DBRIS;
use Travel::Routing::DE::DBRIS::Connection;
use Travel::Routing::DE::DBRIS::Offer;

our $VERSION = '0.11';
our $VERSION = '0.12';

Travel::Routing::DE::DBRIS->mk_ro_accessors(qw(earlier later));

@@ -440,7 +440,7 @@ Travel::Routing::DE::DBRIS - Interface to the bahn.de itinerary service

=head1 VERSION

version 0.11
version 0.12

=head1 DESCRIPTION

+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ use parent 'Class::Accessor';
use DateTime::Duration;
use Travel::Routing::DE::DBRIS::Connection::Segment;

our $VERSION = '0.11';
our $VERSION = '0.12';

Travel::Routing::DE::DBRIS::Connection->mk_ro_accessors(
	qw(changes feasibility is_cancelled is_unscheduled is_unlikely
Loading