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

Release v0.09

parent 2e10d7aa
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -31,8 +31,7 @@ Module::Build->new(
		'List::Util'                          => 0,
		'LWP::UserAgent'                      => 0,
		'LWP::Protocol::https'                => 0,
		'Travel::Status::DE::DBRIS'           => '0.23',
		'Travel::Status::DE::DBRIS::Location' => '0.23',
		'Travel::Status::DE::DBRIS'           => '0.24',
		'UUID'                                => 0,
	},
	script_files => 'bin/',
+5 −0
Original line number Diff line number Diff line
Travel::Routing::DE::DBRIS 0.09 - Mon Feb 23 2026

    * Increase default timeout to 20 seconds to deal with bahn.de's WAF now
      delaying most requests by about 10 seconds.

Travel::Routing::DE::DBRIS 0.08 - Fri Feb 06 2026

    * Deutsche Bahn have rolled out a rather aggressive Akamai EdgeSuite
+0 −1
Original line number Diff line number Diff line
@@ -191,7 +191,6 @@ Documentation is not available in this image. Please refer to the

Mirrors of the dbris / Travel::Routing::DE::DBRIS repository are available at

* [Chaosdorf](https://chaosdorf.de/git/derf/travel-routing-de-dbris)
* [Codeberg](https://codeberg.org/derf/Travel-Routing-DE-DBRIS/)
* [Finalrewind](https://git.finalrewind.org/derf/Travel-Routing-DE-DBRIS/)
* [GitHub](https://github.com/derf/travel-routing-de-dbris)
+2 −2
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ use strict;
use warnings;
use 5.020;

our $VERSION = '0.08';
our $VERSION = '0.09';

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

=head1 VERSION

version 0.08
version 0.09

=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.08';
our $VERSION = '0.09';

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.08
version 0.09

=head1 DESCRIPTION

Loading