From 51503d1f80723fcfc0a64681bf0ef3b2750b0181 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 14 Apr 2018 22:49:00 +0200 Subject: Release v1.17 --- lib/Travel/Status/DE/IRIS.pm | 6 +++--- lib/Travel/Status/DE/IRIS/Result.pm | 6 +++--- lib/Travel/Status/DE/IRIS/Stations.pm | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) (limited to 'lib') diff --git a/lib/Travel/Status/DE/IRIS.pm b/lib/Travel/Status/DE/IRIS.pm index ae215d7..7f20232 100644 --- a/lib/Travel/Status/DE/IRIS.pm +++ b/lib/Travel/Status/DE/IRIS.pm @@ -6,7 +6,7 @@ use 5.014; no if $] >= 5.018, warnings => 'experimental::smartmatch'; -our $VERSION = '1.16'; +our $VERSION = '1.17'; use Carp qw(confess cluck); use DateTime; @@ -575,7 +575,7 @@ Travel::Status::DE::IRIS - Interface to IRIS based web departure monitors. =head1 VERSION -version 1.16 +version 1.17 =head1 DESCRIPTION @@ -713,7 +713,7 @@ L =head1 AUTHOR -Copyright (C) 2013-2016 by Daniel Friesel Ederf@finalrewind.orgE +Copyright (C) 2013-2018 by Daniel Friesel Ederf@finalrewind.orgE =head1 LICENSE diff --git a/lib/Travel/Status/DE/IRIS/Result.pm b/lib/Travel/Status/DE/IRIS/Result.pm index 9984066..ce99ef9 100644 --- a/lib/Travel/Status/DE/IRIS/Result.pm +++ b/lib/Travel/Status/DE/IRIS/Result.pm @@ -15,7 +15,7 @@ use List::Compare; use List::MoreUtils qw(none uniq firstval); use Scalar::Util qw(weaken); -our $VERSION = '1.16'; +our $VERSION = '1.17'; my %translation = ( 2 => 'Polizeiliche Ermittlung', @@ -798,7 +798,7 @@ arrival/departure received by Travel::Status::DE::IRIS =head1 VERSION -version 1.16 +version 1.17 =head1 DESCRIPTION @@ -1420,7 +1420,7 @@ Travel::Status::DE::IRIS(3pm). =head1 AUTHOR -Copyright (C) 2013-2016 by Daniel Friesel Ederf@finalrewind.orgE +Copyright (C) 2013-2018 by Daniel Friesel Ederf@finalrewind.orgE =head1 LICENSE diff --git a/lib/Travel/Status/DE/IRIS/Stations.pm b/lib/Travel/Status/DE/IRIS/Stations.pm index 70b6e02..2b3a247 100644 --- a/lib/Travel/Status/DE/IRIS/Stations.pm +++ b/lib/Travel/Status/DE/IRIS/Stations.pm @@ -17,7 +17,7 @@ use Text::LevenshteinXS qw(distance); # TODO switch to Text::Levenshtein::XS once AUR/Debian packages become available -our $VERSION = '1.16'; +our $VERSION = '1.17'; my @stations = ( @@ -8580,7 +8580,7 @@ Travel::Status::DE::IRIS::Stations - Station name to station code mapping =head1 VERSION -version 1.16 +version 1.17 =head1 DESCRIPTION @@ -8684,7 +8684,7 @@ Travel::Status::DE::IRIS(3pm). Station data: Copyright (C) 2016 by DB Station&Service AG, Europaplatz 1, 10557 Berlin, Germany -Lookup code: Copyright (C) 2014-2016 by Daniel Friesel Ederf@finalrewind.orgE +Lookup code: Copyright (C) 2014-2018 by Daniel Friesel Ederf@finalrewind.orgE =head1 LICENSE -- cgit v1.2.3