diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-03-28 19:15:54 +0100 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-03-28 19:15:54 +0100 |
commit | e5c1beaf04f8fcd32e6dde37dd7464c990c687d7 (patch) | |
tree | 43df7d12906e47b0f7d62f71c5cdbafa67c9e029 | |
parent | 293d2d1a4fbfd294f18f9c632703dcae04f28ee4 (diff) |
Release v0.060.06
-rw-r--r-- | Changelog | 2 | ||||
-rwxr-xr-x | bin/hafas | 4 | ||||
-rw-r--r-- | cpanfile | 5 | ||||
-rw-r--r-- | lib/Travel/Routing/DE/HAFAS.pm | 4 | ||||
-rw-r--r-- | lib/Travel/Routing/DE/HAFAS/Connection.pm | 4 | ||||
-rw-r--r-- | lib/Travel/Routing/DE/HAFAS/Connection/Section.pm | 4 | ||||
-rw-r--r-- | lib/Travel/Routing/DE/HAFAS/Utils.pm | 2 | ||||
-rwxr-xr-x | scripts/makedeb-docker-helper | 4 |
8 files changed, 13 insertions, 16 deletions
@@ -1,4 +1,4 @@ -git HEAD +Travel::Routing::DE::HAFAS 0.06 - Thu Mar 28 2024 * hafas: Add -C / --change-time option * HAFAS: Add min_change_time option @@ -3,7 +3,7 @@ use strict; use warnings; use 5.014; -our $VERSION = '0.05'; +our $VERSION = '0.06'; use utf8; use DateTime; @@ -459,7 +459,7 @@ B<hafas> [B<-d> I<date>] [B<-t> I<time>] [B<-m> I<motlist>] =head1 VERSION -version 0.05 +version 0.06 =head1 DESCRIPTION @@ -9,10 +9,7 @@ requires 'List::MoreUtils'; requires 'List::Util'; requires 'LWP::UserAgent'; requires 'LWP::Protocol::https'; -requires 'Travel::Status::DE::HAFAS'; -requires 'Travel::Status::DE::HAFAS::Journey', '5.01'; -requires 'Travel::Status::DE::HAFAS::Location', '5.00'; -requires 'Travel::Status::DE::HAFAS::Message', '4.19'; +requires 'Travel::Status::DE::HAFAS', '5.06'; on test => sub { requires 'Test::Compile'; diff --git a/lib/Travel/Routing/DE/HAFAS.pm b/lib/Travel/Routing/DE/HAFAS.pm index f607908..5ece0b6 100644 --- a/lib/Travel/Routing/DE/HAFAS.pm +++ b/lib/Travel/Routing/DE/HAFAS.pm @@ -18,7 +18,7 @@ use Travel::Routing::DE::HAFAS::Connection; use Travel::Status::DE::HAFAS::Location; use Travel::Status::DE::HAFAS::Message; -our $VERSION = '0.05'; +our $VERSION = '0.06'; # {{{ Endpoint Definition @@ -690,7 +690,7 @@ Travel::Routing::DE::HAFAS - Interface to HAFAS itinerary services =head1 VERSION -version 0.05 +version 0.06 =head1 DESCRIPTION diff --git a/lib/Travel/Routing/DE/HAFAS/Connection.pm b/lib/Travel/Routing/DE/HAFAS/Connection.pm index 95c54f4..5ccf498 100644 --- a/lib/Travel/Routing/DE/HAFAS/Connection.pm +++ b/lib/Travel/Routing/DE/HAFAS/Connection.pm @@ -11,7 +11,7 @@ use DateTime::Duration; use Travel::Routing::DE::HAFAS::Utils; use Travel::Routing::DE::HAFAS::Connection::Section; -our $VERSION = '0.05'; +our $VERSION = '0.06'; Travel::Routing::DE::HAFAS::Connection->mk_ro_accessors( qw(changes duration sched_dep rt_dep sched_arr rt_arr dep arr dep_platform arr_platform dep_loc arr_loc dep_cancelled arr_cancelled is_cancelled load) @@ -200,7 +200,7 @@ Travel::Routing::DE::HAFAS::Connection - A single connection between two stops =head1 VERSION -version 0.05 +version 0.06 =head1 DESCRIPTION diff --git a/lib/Travel/Routing/DE/HAFAS/Connection/Section.pm b/lib/Travel/Routing/DE/HAFAS/Connection/Section.pm index ed6cb0b..552401b 100644 --- a/lib/Travel/Routing/DE/HAFAS/Connection/Section.pm +++ b/lib/Travel/Routing/DE/HAFAS/Connection/Section.pm @@ -11,7 +11,7 @@ use DateTime::Duration; use Travel::Routing::DE::HAFAS::Utils; use Travel::Status::DE::HAFAS::Journey; -our $VERSION = '0.05'; +our $VERSION = '0.06'; Travel::Routing::DE::HAFAS::Connection::Section->mk_ro_accessors( qw(type schep_dep rt_dep sched_arr rt_arr dep arr arr_delay dep_delay journey distance duration transfer_duration dep_loc arr_loc @@ -200,7 +200,7 @@ Travel::Routing::DE::HAFAS::Connection::Section - A single trip between two stop =head1 VERSION -version 0.05 +version 0.06 =head1 DESCRIPTION diff --git a/lib/Travel/Routing/DE/HAFAS/Utils.pm b/lib/Travel/Routing/DE/HAFAS/Utils.pm index e870a49..5b26555 100644 --- a/lib/Travel/Routing/DE/HAFAS/Utils.pm +++ b/lib/Travel/Routing/DE/HAFAS/Utils.pm @@ -43,7 +43,7 @@ None. =head1 VERSION -version 0.05 +version 0.06 =head1 METHODS diff --git a/scripts/makedeb-docker-helper b/scripts/makedeb-docker-helper index 0bb0af8..accb31f 100755 --- a/scripts/makedeb-docker-helper +++ b/scripts/makedeb-docker-helper @@ -15,8 +15,8 @@ apt-get -y install \ libtest-compile-perl libtest-pod-perl \ libtest-simple-perl wget -wget https://lib.finalrewind.org/deb/libtravel-status-de-deutschebahn-perl_5.05-1_all.deb -dpkg -i libtravel-status-de-deutschebahn-perl_5.05-1_all.deb +wget https://lib.finalrewind.org/deb/libtravel-status-de-deutschebahn-perl_5.06-1_all.deb +dpkg -i libtravel-status-de-deutschebahn-perl_5.06-1_all.deb apt-file update apt-cache dumpavail | dpkg --merge-avail |