Commit 9b43c289 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Release v1.46

parent 4410b7c5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
git HEAD
Travel::Status::DE::IRIS 1.46 - Mon May 04 2020

    * Document LWP::Protocol::https dependency
    * Discourage building with Geo::Distance 0.21.
+2 −2
Original line number Diff line number Diff line
@@ -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
+2 −2
Original line number Diff line number Diff line
@@ -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

+2 −2
Original line number Diff line number Diff line
@@ -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

+2 −2
Original line number Diff line number Diff line
@@ -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

Loading