summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2015-04-30 11:21:10 +0200
committerDaniel Friesel <derf@finalrewind.org>2015-04-30 11:21:10 +0200
commit5927366ddb8989b1e329329e82834124c7fff1d5 (patch)
tree20121fc7b0a6483dbab7b6f1c16d89a95dceafa8
parent3e2a32a722ba68a248a8edbcdf0e9334532e6c42 (diff)
version bump0.10
-rw-r--r--Changelog4
-rwxr-xr-xbin/db-iris4
-rw-r--r--lib/Travel/Status/DE/IRIS.pm4
-rw-r--r--lib/Travel/Status/DE/IRIS/Result.pm4
-rw-r--r--lib/Travel/Status/DE/IRIS/Stations.pm4
5 files changed, 12 insertions, 8 deletions
diff --git a/Changelog b/Changelog
index 7f8ea86..35254a0 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,7 @@
+Travel::Status::DE::IRIS 0.10 - Tue Apr 30 2015
+
+ * Result: Fix deep recursion error in TO_JSON
+
Travel::Status::DE::IRIS 0.09 - Tue Apr 28 2015
* Result: Add arrival_wings, departure_wings and is_wing accessors
diff --git a/bin/db-iris b/bin/db-iris
index 8e393f2..e5b80e3 100755
--- a/bin/db-iris
+++ b/bin/db-iris
@@ -6,7 +6,7 @@ use utf8;
no if $] >= 5.018, warnings => 'experimental::smartmatch';
-our $VERSION = '0.09';
+our $VERSION = '0.10';
use Carp;
use DateTime;
@@ -448,7 +448,7 @@ I<station>
=head1 VERSION
-version 0.09
+version 0.10
=head1 DESCRIPTION
diff --git a/lib/Travel/Status/DE/IRIS.pm b/lib/Travel/Status/DE/IRIS.pm
index 87054dd..89a7c02 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 = '0.09';
+our $VERSION = '0.10';
use Carp qw(confess cluck);
use DateTime;
@@ -406,7 +406,7 @@ Travel::Status::DE::IRIS - Interface to IRIS based web departure monitors.
=head1 VERSION
-version 0.09
+version 0.10
=head1 DESCRIPTION
diff --git a/lib/Travel/Status/DE/IRIS/Result.pm b/lib/Travel/Status/DE/IRIS/Result.pm
index 372e47c..bc3a61d 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 = '0.09';
+our $VERSION = '0.10';
my %translation = (
2 => 'Polizeiliche Ermittlung',
@@ -758,7 +758,7 @@ arrival/departure received by Travel::Status::DE::IRIS
=head1 VERSION
-version 0.09
+version 0.10
=head1 DESCRIPTION
diff --git a/lib/Travel/Status/DE/IRIS/Stations.pm b/lib/Travel/Status/DE/IRIS/Stations.pm
index 4662864..3bff57a 100644
--- a/lib/Travel/Status/DE/IRIS/Stations.pm
+++ b/lib/Travel/Status/DE/IRIS/Stations.pm
@@ -7,7 +7,7 @@ use utf8;
use List::MoreUtils qw(firstval);
-our $VERSION = '0.09';
+our $VERSION = '0.10';
my @stations = (
@@ -15292,7 +15292,7 @@ Travel::Status::DE::IRIS::Stations - Station name to station code mapping
=head1 VERSION
-version 0.09
+version 0.10
=head1 DESCRIPTION