From f35484bc0d71adc4b691d9f8103a3f614f3ca05e Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 8 Aug 2019 14:59:15 +0200 Subject: Release v1.31 --- Changelog | 5 +++++ bin/db-iris | 4 ++-- lib/Travel/Status/DE/IRIS.pm | 4 ++-- lib/Travel/Status/DE/IRIS/Result.pm | 4 ++-- lib/Travel/Status/DE/IRIS/Stations.pm | 2 +- 5 files changed, 12 insertions(+), 7 deletions(-) diff --git a/Changelog b/Changelog index 0d9b609..22d464a 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,8 @@ +Travel::Status::DE::IRIS 1.31 - Thu Aug 08 2019 + + * Travel::Status::DE::IRIS::Stations: Add EVA/UIC station numbers and use + full names for non-german stations. + Travel::Status::DE::IRIS 1.30 - Wed Jul 17 2019 * Result: Add ->station and ->station_uic accessors. These are useful to diff --git a/bin/db-iris b/bin/db-iris index ce27568..c472c16 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.30'; +our $VERSION = '1.31'; use DateTime; use DateTime::Format::Strptime; @@ -533,7 +533,7 @@ B [B<-rx>] [B<-d> I] [B<-o> I] =head1 VERSION -version 1.30 +version 1.31 =head1 DESCRIPTION diff --git a/lib/Travel/Status/DE/IRIS.pm b/lib/Travel/Status/DE/IRIS.pm index e338f18..84f1513 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.30'; +our $VERSION = '1.31'; use Carp qw(confess cluck); use DateTime; @@ -614,7 +614,7 @@ Travel::Status::DE::IRIS - Interface to IRIS based web departure monitors. =head1 VERSION -version 1.30 +version 1.31 =head1 DESCRIPTION diff --git a/lib/Travel/Status/DE/IRIS/Result.pm b/lib/Travel/Status/DE/IRIS/Result.pm index 040c984..c10247d 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.30'; +our $VERSION = '1.31'; my %translation = ( 2 => 'Polizeiliche Ermittlung', @@ -816,7 +816,7 @@ arrival/departure received by Travel::Status::DE::IRIS =head1 VERSION -version 1.30 +version 1.31 =head1 DESCRIPTION diff --git a/lib/Travel/Status/DE/IRIS/Stations.pm b/lib/Travel/Status/DE/IRIS/Stations.pm index 6d016b6..57e102f 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.30'; +our $VERSION = '1.31'; my @stations = ( -- cgit v1.2.3