Commit b5b474a6 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Release v1.50

parent edd67c0d
Loading
Loading
Loading
Loading
+7 −0
Original line number Original line Diff line number Diff line
Travel::Status::DE::IRIS 1.50 - Thu Oct 15 2020

    * Add station Brunnen(Oberbay)
    * Incorporate station name and eva number changes from DB IRIS
      (affects nine stations)
    * Add geocoordinates to 17 stations previously lacking those

Travel::Status::DE::IRIS 1.49 - Sat Oct 03 2020
Travel::Status::DE::IRIS 1.49 - Sat Oct 03 2020


    * Add station Jaderberg
    * Add station Jaderberg
+2 −2
Original line number Original line Diff line number Diff line
@@ -6,7 +6,7 @@ use utf8;


no if $] >= 5.018, warnings => 'experimental::smartmatch';
no if $] >= 5.018, warnings => 'experimental::smartmatch';


our $VERSION = '1.49';
our $VERSION = '1.50';


use DateTime;
use DateTime;
use DateTime::Format::Strptime;
use DateTime::Format::Strptime;
@@ -571,7 +571,7 @@ B<db-iris> [B<-rx>] [B<-d> I<date>] [B<-o> I<output-flags>]


=head1 VERSION
=head1 VERSION


version 1.49
version 1.50


=head1 DESCRIPTION
=head1 DESCRIPTION


+2 −2
Original line number Original line Diff line number Diff line
@@ -6,7 +6,7 @@ use 5.014;


no if $] >= 5.018, warnings => 'experimental::smartmatch';
no if $] >= 5.018, warnings => 'experimental::smartmatch';


our $VERSION = '1.49';
our $VERSION = '1.50';


use Carp qw(confess cluck);
use Carp qw(confess cluck);
use DateTime;
use DateTime;
@@ -636,7 +636,7 @@ Travel::Status::DE::IRIS - Interface to IRIS based web departure monitors.


=head1 VERSION
=head1 VERSION


version 1.49
version 1.50


=head1 DESCRIPTION
=head1 DESCRIPTION


+2 −2
Original line number Original line Diff line number Diff line
@@ -15,7 +15,7 @@ use List::Compare;
use List::MoreUtils qw(none uniq firstval);
use List::MoreUtils qw(none uniq firstval);
use Scalar::Util qw(weaken);
use Scalar::Util qw(weaken);


our $VERSION = '1.49';
our $VERSION = '1.50';


my %translation = (
my %translation = (
	2  => 'Polizeiliche Ermittlung',
	2  => 'Polizeiliche Ermittlung',
@@ -841,7 +841,7 @@ arrival/departure received by Travel::Status::DE::IRIS


=head1 VERSION
=head1 VERSION


version 1.49
version 1.50


=head1 DESCRIPTION
=head1 DESCRIPTION


+2 −2
Original line number Original line Diff line number Diff line
@@ -35,7 +35,7 @@ use Text::LevenshteinXS qw(distance);


# TODO switch to Text::Levenshtein::XS once AUR/Debian packages become available
# TODO switch to Text::Levenshtein::XS once AUR/Debian packages become available


our $VERSION = '1.49';
our $VERSION = '1.50';


# Automatically generated, see share/stations.json
# Automatically generated, see share/stations.json
my @stations = (
my @stations = (
@@ -184,7 +184,7 @@ Travel::Status::DE::IRIS::Stations - Station name to station code mapping


=head1 VERSION
=head1 VERSION


version 1.49
version 1.50


=head1 DESCRIPTION
=head1 DESCRIPTION