From 47f7950b9aaf5a30c5bed0290e98c5d4a5e58541 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 9 Jun 2016 13:24:53 +0200 Subject: version bump --- Changelog | 7 +++++-- bin/db-iris | 8 ++++---- lib/Travel/Status/DE/IRIS.pm | 6 +++--- lib/Travel/Status/DE/IRIS/Result.pm | 6 +++--- 4 files changed, 15 insertions(+), 12 deletions(-) diff --git a/Changelog b/Changelog index 609640e..c80bd99 100644 --- a/Changelog +++ b/Changelog @@ -1,9 +1,12 @@ -git HEAD +Travel::Status::DE::IRIS 1.08 - Thu Jun 09 2016 * New dependency: Geo::Distance * Update DS100 code list. Station names are now unabbreviated, e.g. "Dortmund Univeristät" instead of "Do Universität". Also, stations - without train service are no longer included + without train service are no longer included. Note that this list might + contain errors. If you get "Request error: Station ... has no associated + timetable" for a station which worked with previous versions, please + submit a bug report. * Travel::Status::DE::IRIS::Stations now also returns international station number, longitude and latitutde for most stations * New method Travel::Status::DE::IRIS::Stations::get_station_by_location diff --git a/bin/db-iris b/bin/db-iris index 526129c..81c8081 100755 --- a/bin/db-iris +++ b/bin/db-iris @@ -6,7 +6,7 @@ use utf8; no if $] >= 5.018, warnings => 'experimental::smartmatch'; -our $VERSION = '1.07'; +our $VERSION = '1.08'; use Carp; use DateTime; @@ -505,7 +505,7 @@ I =head1 VERSION -version 1.07 +version 1.08 =head1 DESCRIPTION @@ -726,9 +726,9 @@ Unknown. =head1 AUTHOR -Copyright (C) 2013-2015 by Daniel Friesel Ederf@finalrewind.orgE +Copyright (C) 2013-2016 by Daniel Friesel Ederf@finalrewind.orgE -The station data used by this script is Copyright (C) 2016 by DB +The station data used by this script is provided by DB Station&Service AG, Europaplatz 1, 10557 Berlin, Germany and also available under a CC-BY 4.0 license on L. diff --git a/lib/Travel/Status/DE/IRIS.pm b/lib/Travel/Status/DE/IRIS.pm index 269ea6e..4ca08d7 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.07'; +our $VERSION = '1.08'; use Carp qw(confess cluck); use DateTime; @@ -536,7 +536,7 @@ Travel::Status::DE::IRIS - Interface to IRIS based web departure monitors. =head1 VERSION -version 1.07 +version 1.08 =head1 DESCRIPTION @@ -653,7 +653,7 @@ L =head1 AUTHOR -Copyright (C) 2013-2015 by Daniel Friesel Ederf@finalrewind.orgE +Copyright (C) 2013-2016 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 8ae21d5..e3957f5 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.07'; +our $VERSION = '1.08'; my %translation = ( 2 => 'Polizeiliche Ermittlung', @@ -736,7 +736,7 @@ arrival/departure received by Travel::Status::DE::IRIS =head1 VERSION -version 1.07 +version 1.08 =head1 DESCRIPTION @@ -1332,7 +1332,7 @@ Travel::Status::DE::IRIS(3pm). =head1 AUTHOR -Copyright (C) 2013-2015 by Daniel Friesel Ederf@finalrewind.orgE +Copyright (C) 2013-2016 by Daniel Friesel Ederf@finalrewind.orgE =head1 LICENSE -- cgit v1.2.3