diff --git a/Changelog b/Changelog index 13789d52c426efb9ba5123dd36014faf7254ece9..72f90480871c0740ec7f37b6907f2eb49131438e 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,7 @@ +Travel::Status::DE::IRIS 1.49 - Sat Oct 03 2020 + + * Add station Jaderberg + Travel::Status::DE::IRIS 1.48 - Sat Aug 22 2020 * Add stations Neuruppin Seedamm (temporary, teardown expected Dec 2020), diff --git a/bin/db-iris b/bin/db-iris index 44d22d78cece54398a299f25d25e1a05b89146f9..00d9e7641628bec9a74bc6277be656da3f202120 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.48'; +our $VERSION = '1.49'; use DateTime; use DateTime::Format::Strptime; @@ -571,7 +571,7 @@ B [B<-rx>] [B<-d> I] [B<-o> I] =head1 VERSION -version 1.48 +version 1.49 =head1 DESCRIPTION diff --git a/lib/Travel/Status/DE/IRIS.pm b/lib/Travel/Status/DE/IRIS.pm index 6777aecb3928872e787924c4f4b719558bffb238..e30ad7e7743d61a3ec2a2d39e39fad99fa7ce4be 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.48'; +our $VERSION = '1.49'; use Carp qw(confess cluck); use DateTime; @@ -636,7 +636,7 @@ Travel::Status::DE::IRIS - Interface to IRIS based web departure monitors. =head1 VERSION -version 1.48 +version 1.49 =head1 DESCRIPTION diff --git a/lib/Travel/Status/DE/IRIS/Result.pm b/lib/Travel/Status/DE/IRIS/Result.pm index 3989d22b97453b2dec5ced8ac29623eb34f5cbd7..7c131e0ab281a1c1ad5dbcdf075a39479a13652a 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.48'; +our $VERSION = '1.49'; my %translation = ( 2 => 'Polizeiliche Ermittlung', @@ -841,7 +841,7 @@ arrival/departure received by Travel::Status::DE::IRIS =head1 VERSION -version 1.48 +version 1.49 =head1 DESCRIPTION diff --git a/lib/Travel/Status/DE/IRIS/Stations.pm.PL b/lib/Travel/Status/DE/IRIS/Stations.pm.PL index a1a611c0308eb5345f078eaa998c910cb5c965a4..59abe1ec4de701f860bf3781fcc40111af60519d 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.48'; +our $VERSION = '1.49'; # 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.48 +version 1.49 =head1 DESCRIPTION