summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2015-04-28 12:32:32 +0200
committerDaniel Friesel <derf@finalrewind.org>2015-04-28 12:32:32 +0200
commit39a5d4f2c608ab13358acb16a250d974afe0d951 (patch)
tree7c6a87b82dd6b9805e06aa636f069839a7df6010
parent3c7b15140599f5299caede2d7794dfab623bedc2 (diff)
release v0.090.09
-rw-r--r--Changelog6
-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, 11 insertions, 11 deletions
diff --git a/Changelog b/Changelog
index 37aa4ea..7f8ea86 100644
--- a/Changelog
+++ b/Changelog
@@ -1,12 +1,12 @@
-git HEAD
+Travel::Status::DE::IRIS 0.09 - Tue Apr 28 2015
* Result: Add arrival_wings, departure_wings and is_wing accessors
(a wing train is coupled to the respective departure, but has its own ID)
* db-iris: Indicate wings in output
* Result: Remove train_no_transfer accessor (was based on erroneous
assumptions)
- * Result: Add replaced_by and replacement_for accessors
- * db-iris: Add -or to show replacement information
+ * Result: Add is_unscheduled, replaced_by and replacement_for accessors
+ * db-iris: Add -oR to show replacement information
Travel::Status::DE::IRIS 0.08 - Thu Mar 12 2015
diff --git a/bin/db-iris b/bin/db-iris
index 848935c..8e393f2 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.08';
+our $VERSION = '0.09';
use Carp;
use DateTime;
@@ -448,7 +448,7 @@ I<station>
=head1 VERSION
-version 0.08
+version 0.09
=head1 DESCRIPTION
diff --git a/lib/Travel/Status/DE/IRIS.pm b/lib/Travel/Status/DE/IRIS.pm
index cea7d4a..87054dd 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.08';
+our $VERSION = '0.09';
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.08
+version 0.09
=head1 DESCRIPTION
diff --git a/lib/Travel/Status/DE/IRIS/Result.pm b/lib/Travel/Status/DE/IRIS/Result.pm
index 85ee1bf..ea96c55 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.08';
+our $VERSION = '0.09';
my %translation = (
2 => 'Polizeiliche Ermittlung',
@@ -752,7 +752,7 @@ arrival/departure received by Travel::Status::DE::IRIS
=head1 VERSION
-version 0.08
+version 0.09
=head1 DESCRIPTION
diff --git a/lib/Travel/Status/DE/IRIS/Stations.pm b/lib/Travel/Status/DE/IRIS/Stations.pm
index 466699c..4662864 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.08';
+our $VERSION = '0.09';
my @stations = (
@@ -15292,7 +15292,7 @@ Travel::Status::DE::IRIS::Stations - Station name to station code mapping
=head1 VERSION
-version 0.08
+version 0.09
=head1 DESCRIPTION