summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2020-05-04 20:46:25 +0200
committerDaniel Friesel <derf@finalrewind.org>2020-05-04 20:46:25 +0200
commit9b43c28997ae3e6f73dd83620f53a4cc7822fd8a (patch)
treeccef2d8fe19305f9bfe9a450a55e0e5bee169146
parent4410b7c5a85f851af33d088bd69b1f51cb34b7a0 (diff)
Release v1.461.46
-rw-r--r--Changelog2
-rw-r--r--README.md4
-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.pm.PL4
6 files changed, 11 insertions, 11 deletions
diff --git a/Changelog b/Changelog
index ce3dcd2..3ed1622 100644
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,4 @@
-git HEAD
+Travel::Status::DE::IRIS 1.46 - Mon May 04 2020
* Document LWP::Protocol::https dependency
* Discourage building with Geo::Distance 0.21.
diff --git a/README.md b/README.md
index f529ea0..c6e0a7b 100644
--- a/README.md
+++ b/README.md
@@ -48,7 +48,7 @@ rm libtravel-status-de-iris-perl_dev_all.deb
Note that dpkg, unlike apt, does not automatically install missing
dependencies. If a dependency is not satisfied yet, `dpkg -i` will complain
about unmet dependencies and bail out. `apt --fix-broken install` installs
-these dependencies and also silently finishes the Travel::Status::DE::VRR
+these dependencies and also silently finishes the Travel::Status::DE::IRIS
installation.
Uninstallation works as usual:
@@ -75,7 +75,7 @@ libraries with development headers:
Now, use a tool of your choice to install the module. Minimum working example:
```
-cpanm Travel::Status::DE::VRR
+cpanm Travel::Status::DE::IRIS
```
If you run this as root, it will install script and module to `/usr/local` by
diff --git a/bin/db-iris b/bin/db-iris
index 450989f..7311b59 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.45';
+our $VERSION = '1.46';
use DateTime;
use DateTime::Format::Strptime;
@@ -571,7 +571,7 @@ B<db-iris> [B<-rx>] [B<-d> I<date>] [B<-o> I<output-flags>]
=head1 VERSION
-version 1.45
+version 1.46
=head1 DESCRIPTION
diff --git a/lib/Travel/Status/DE/IRIS.pm b/lib/Travel/Status/DE/IRIS.pm
index 295869a..ec35cac 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.45';
+our $VERSION = '1.46';
use Carp qw(confess cluck);
use DateTime;
@@ -630,7 +630,7 @@ Travel::Status::DE::IRIS - Interface to IRIS based web departure monitors.
=head1 VERSION
-version 1.45
+version 1.46
=head1 DESCRIPTION
diff --git a/lib/Travel/Status/DE/IRIS/Result.pm b/lib/Travel/Status/DE/IRIS/Result.pm
index 7658d34..4d3aa07 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.45';
+our $VERSION = '1.46';
my %translation = (
2 => 'Polizeiliche Ermittlung',
@@ -841,7 +841,7 @@ arrival/departure received by Travel::Status::DE::IRIS
=head1 VERSION
-version 1.45
+version 1.46
=head1 DESCRIPTION
diff --git a/lib/Travel/Status/DE/IRIS/Stations.pm.PL b/lib/Travel/Status/DE/IRIS/Stations.pm.PL
index 6e7c157..cf716d7 100644
--- a/lib/Travel/Status/DE/IRIS/Stations.pm.PL
+++ b/lib/Travel/Status/DE/IRIS/Stations.pm.PL
@@ -35,7 +35,7 @@ use Text::LevenshteinXS qw(distance);
# TODO switch to Text::Levenshtein::XS once AUR/Debian packages become available
-our $VERSION = '1.45';
+our $VERSION = '1.46';
# Automatically generated, see share/stations.json
my @stations = (
@@ -184,7 +184,7 @@ Travel::Status::DE::IRIS::Stations - Station name to station code mapping
=head1 VERSION
-version 1.45
+version 1.46
=head1 DESCRIPTION