diff options
-rw-r--r-- | Changelog | 7 | ||||
-rwxr-xr-x | bin/db-iris | 4 | ||||
-rw-r--r-- | lib/Travel/Status/DE/IRIS.pm | 4 | ||||
-rw-r--r-- | lib/Travel/Status/DE/IRIS/Result.pm | 4 | ||||
-rw-r--r-- | lib/Travel/Status/DE/IRIS/Stations.pm | 2 |
5 files changed, 10 insertions, 11 deletions
@@ -1,8 +1,7 @@ -git HEAD +Travel::Status::DE::IRIS 1.07 - Sun May 01 2016 - * Fix slow response time and excessive network requests for stations with - with heavily cross-referenced related-station tags (most notable example: - München Hbf) + * Fix inefficient requests for stations with with heavily cross-referenced + related-station tags (most notable example: München Hbf) Travel::Status::DE::IRIS 1.06 - Mon Feb 29 2016 diff --git a/bin/db-iris b/bin/db-iris index 1c5b36b..eb3feda 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.06'; +our $VERSION = '1.07'; use Carp; use DateTime; @@ -469,7 +469,7 @@ I<station> =head1 VERSION -version 1.06 +version 1.07 =head1 DESCRIPTION diff --git a/lib/Travel/Status/DE/IRIS.pm b/lib/Travel/Status/DE/IRIS.pm index 4461e01..49dc01a 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.06'; +our $VERSION = '1.07'; use Carp qw(confess cluck); use DateTime; @@ -536,7 +536,7 @@ Travel::Status::DE::IRIS - Interface to IRIS based web departure monitors. =head1 VERSION -version 1.06 +version 1.07 =head1 DESCRIPTION diff --git a/lib/Travel/Status/DE/IRIS/Result.pm b/lib/Travel/Status/DE/IRIS/Result.pm index 8d51028..8ae21d5 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.06'; +our $VERSION = '1.07'; my %translation = ( 2 => 'Polizeiliche Ermittlung', @@ -736,7 +736,7 @@ arrival/departure received by Travel::Status::DE::IRIS =head1 VERSION -version 1.06 +version 1.07 =head1 DESCRIPTION diff --git a/lib/Travel/Status/DE/IRIS/Stations.pm b/lib/Travel/Status/DE/IRIS/Stations.pm index 2a82ff0..6f456f0 100644 --- a/lib/Travel/Status/DE/IRIS/Stations.pm +++ b/lib/Travel/Status/DE/IRIS/Stations.pm @@ -12,7 +12,7 @@ use Text::LevenshteinXS qw(distance); # TODO switch to Text::Levenshtein::XS once AUR/Debian packages become available -our $VERSION = '1.06'; +our $VERSION = '1.07'; my @stations = ( |