summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2014-10-21 18:58:23 +0200
committerDaniel Friesel <derf@finalrewind.org>2014-10-21 18:58:23 +0200
commit68cd2f9ba17612427b38f6be37039339432100eb (patch)
tree901c869aadb365b790467cd15da53bbae20b4ad9
parent8a769cd36383f9af895bae370d478bf6b9dae999 (diff)
Release v1.031.03
-rw-r--r--Changelog4
-rwxr-xr-xbin/db-ris4
-rw-r--r--lib/Travel/Status/DE/DeutscheBahn.pm4
-rw-r--r--lib/Travel/Status/DE/DeutscheBahn/Result.pm4
4 files changed, 8 insertions, 8 deletions
diff --git a/Changelog b/Changelog
index 0174a9f..01e1b84 100644
--- a/Changelog
+++ b/Changelog
@@ -1,7 +1,7 @@
-git HEAD
+Travel::Status::DE::DeutscheBahn 1.03 - Tue Oct 21 2014
* Add primitive JSON serializer to Travel::Status::DE::DeutscheBahn::Result
- * Fix $result->delay (changes in RIS output format)
+ * Fix $result->delay (was broken by changes in the RIS output format)
Travel::Status::DE::DeutscheBahn 1.02 - Tue Sep 17 2013
diff --git a/bin/db-ris b/bin/db-ris
index 5cec6bb..91c899a 100755
--- a/bin/db-ris
+++ b/bin/db-ris
@@ -3,7 +3,7 @@ use strict;
use warnings;
use 5.010;
-our $VERSION = '1.02';
+our $VERSION = '1.03';
use Getopt::Long qw(:config no_ignore_case);
use List::Util qw(first max);
@@ -147,7 +147,7 @@ B<db-ris> [B<-a>] [B<-d> I<date>] [B<-L>] [B<-m> I<motlist>] [B<-t> I<time>]
=head1 VERSION
-version 1.02
+version 1.03
=head1 DESCRIPTION
diff --git a/lib/Travel/Status/DE/DeutscheBahn.pm b/lib/Travel/Status/DE/DeutscheBahn.pm
index 537b418..b8918e6 100644
--- a/lib/Travel/Status/DE/DeutscheBahn.pm
+++ b/lib/Travel/Status/DE/DeutscheBahn.pm
@@ -12,7 +12,7 @@ use POSIX qw(strftime);
use Travel::Status::DE::DeutscheBahn::Result;
use XML::LibXML;
-our $VERSION = '1.02';
+our $VERSION = '1.03';
sub new {
my ( $obj, %conf ) = @_;
@@ -286,7 +286,7 @@ arrival/departure monitor
=head1 VERSION
-version 1.02
+version 1.03
=head1 DESCRIPTION
diff --git a/lib/Travel/Status/DE/DeutscheBahn/Result.pm b/lib/Travel/Status/DE/DeutscheBahn/Result.pm
index 10f0f79..fb0fb95 100644
--- a/lib/Travel/Status/DE/DeutscheBahn/Result.pm
+++ b/lib/Travel/Status/DE/DeutscheBahn/Result.pm
@@ -8,7 +8,7 @@ no if $] >= 5.018, warnings => "experimental::smartmatch";
use parent 'Class::Accessor';
-our $VERSION = '1.02';
+our $VERSION = '1.03';
Travel::Status::DE::DeutscheBahn::Result->mk_ro_accessors(
qw(date time train route_end route_raw platform info_raw));
@@ -171,7 +171,7 @@ arrival/departure received by Travel::Status::DE::DeutscheBahn
=head1 VERSION
-version 1.02
+version 1.03
=head1 DESCRIPTION