diff --git a/Changelog b/Changelog index ce3dcd23081dd09c26a8fef3ba07deade3817085..3ed16223392cee7d28071559fb165b7b4b4dab7b 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 f529ea04399752a02710b5c86c0ca20bca351209..c6e0a7b6463a4fc56471d7605836610abc3bd0cf 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 450989f7acd6bfbadce024ad2315caca88cd3585..7311b59f24223df94a4b8475b676aac155758d11 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 295869a4aa1924aa82151fb642a1f9366208e01b..ec35cac4aee0ef4cba4479db1797a50392878f5e 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 7658d345b67f1eba81c9678b79f87f7d628c6445..4d3aa07a4cd1c5c8bb175bd4a3ca412ffbd5d5f7 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 6e7c1575d40be82d5e30902d648ec29a7601f62c..cf716d789b8123ab8dd4c8f021df598aa422d772 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