summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2015-12-20 22:44:30 +0100
committerDaniel Friesel <derf@finalrewind.org>2015-12-20 22:44:30 +0100
commit15d0edfee77358006259759cec6a32e33f66ac3e (patch)
tree51ddbbe661340fc5ffe4a63f83006a5e2b5f8205
parent1880be6d7ca9bd90943ad99c9332c59373110c7f (diff)
release v1.051.05
-rw-r--r--Changelog2
-rwxr-xr-xbin/db-iris4
-rw-r--r--lib/Travel/Status/DE/IRIS.pm4
-rw-r--r--lib/Travel/Status/DE/IRIS/Result.pm4
-rw-r--r--lib/Travel/Status/DE/IRIS/Stations.pm2
-rwxr-xr-xscripts/acronyms.pl2
6 files changed, 9 insertions, 9 deletions
diff --git a/Changelog b/Changelog
index bdcd0f4..094723f 100644
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,4 @@
-git HEAD
+Travel::Status::DE::IRIS 1.05 - Sun Dec 20 2015
* Update station list. It now uses data supplied by the Deutsche Bahn
Open Data portal.
diff --git a/bin/db-iris b/bin/db-iris
index c5dc59b..b90c99b 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.04';
+our $VERSION = '1.05';
use Carp;
use DateTime;
@@ -469,7 +469,7 @@ I<station>
=head1 VERSION
-version 1.04
+version 1.05
=head1 DESCRIPTION
diff --git a/lib/Travel/Status/DE/IRIS.pm b/lib/Travel/Status/DE/IRIS.pm
index 3c82aa7..e299015 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.04';
+our $VERSION = '1.05';
use Carp qw(confess cluck);
use DateTime;
@@ -520,7 +520,7 @@ Travel::Status::DE::IRIS - Interface to IRIS based web departure monitors.
=head1 VERSION
-version 1.04
+version 1.05
=head1 DESCRIPTION
diff --git a/lib/Travel/Status/DE/IRIS/Result.pm b/lib/Travel/Status/DE/IRIS/Result.pm
index a079443..63e0c40 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.04';
+our $VERSION = '1.05';
my %translation = (
2 => 'Polizeiliche Ermittlung',
@@ -736,7 +736,7 @@ arrival/departure received by Travel::Status::DE::IRIS
=head1 VERSION
-version 1.04
+version 1.05
=head1 DESCRIPTION
diff --git a/lib/Travel/Status/DE/IRIS/Stations.pm b/lib/Travel/Status/DE/IRIS/Stations.pm
index 2abc5d4..e7196e9 100644
--- a/lib/Travel/Status/DE/IRIS/Stations.pm
+++ b/lib/Travel/Status/DE/IRIS/Stations.pm
@@ -12,7 +12,7 @@ use Text::LevenshteinXS qw(distance);
# TODO switch to Text::Levenshtein::XS once AUR/Debian packages become available
-our $VERSION = '1.04';
+our $VERSION = '1.05';
my @stations = (
diff --git a/scripts/acronyms.pl b/scripts/acronyms.pl
index 9c14164..9a32783 100755
--- a/scripts/acronyms.pl
+++ b/scripts/acronyms.pl
@@ -21,7 +21,7 @@ use Text::LevenshteinXS qw(distance);
# TODO switch to Text::Levenshtein::XS once AUR/Debian packages become available
-our $VERSION = '1.04';
+our $VERSION = '1.05';
my @stations = (
EOF