summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-12-03 15:25:26 +0100
committerDaniel Friesel <derf@finalrewind.org>2011-12-03 15:25:26 +0100
commit83636e4ea30f8c5666666b7b026dfd02544a429a (patch)
tree2b2bc7be630ff4cabc39c6b9610626cfc9b8857d
parent7aca2847ff7ec5612451dd9cc672f03b70251419 (diff)
release v1.011.01
-rw-r--r--Changelog2
-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, 7 insertions, 7 deletions
diff --git a/Changelog b/Changelog
index aac3ffc..507e0f5 100644
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,4 @@
-git HEAD
+Travel::Status::DE::DeutscheBahn 1.01 - Sat Dec 03 2011
* Detect ambiguous input errors (available via errstr)
* Add language switch for additional information (german/english)
diff --git a/bin/db-ris b/bin/db-ris
index 3c58b22..4a90d52 100755
--- a/bin/db-ris
+++ b/bin/db-ris
@@ -3,7 +3,7 @@ use strict;
use warnings;
use 5.010;
-our $VERSION = '1.00';
+our $VERSION = '1.01';
use Getopt::Long qw(:config no_ignore_case);
use List::Util qw(first max);
@@ -144,7 +144,7 @@ B<db-ris> [B<-d> I<date>] [B<-L>] [B<-m> I<motlist>] [B<-t> I<time>]
=head1 VERSION
-version 1.00
+version 1.01
=head1 DESCRIPTION
diff --git a/lib/Travel/Status/DE/DeutscheBahn.pm b/lib/Travel/Status/DE/DeutscheBahn.pm
index 8377894..9a9358e 100644
--- a/lib/Travel/Status/DE/DeutscheBahn.pm
+++ b/lib/Travel/Status/DE/DeutscheBahn.pm
@@ -10,7 +10,7 @@ use POSIX qw(strftime);
use Travel::Status::DE::DeutscheBahn::Result;
use XML::LibXML;
-our $VERSION = '1.00';
+our $VERSION = '1.01';
sub new {
my ( $obj, %conf ) = @_;
@@ -282,7 +282,7 @@ arrival/departure monitor
=head1 VERSION
-version 1.00
+version 1.01
=head1 DESCRIPTION
diff --git a/lib/Travel/Status/DE/DeutscheBahn/Result.pm b/lib/Travel/Status/DE/DeutscheBahn/Result.pm
index af858c6..0a9801b 100644
--- a/lib/Travel/Status/DE/DeutscheBahn/Result.pm
+++ b/lib/Travel/Status/DE/DeutscheBahn/Result.pm
@@ -6,7 +6,7 @@ use 5.010;
use parent 'Class::Accessor';
-our $VERSION = '1.00';
+our $VERSION = '1.01';
Travel::Status::DE::DeutscheBahn::Result->mk_ro_accessors(
qw(date time train route_end route_raw platform info_raw));
@@ -163,7 +163,7 @@ arrival/departure received by Travel::Status::DE::DeutscheBahn
=head1 VERSION
-version 1.00
+version 1.01
=head1 DESCRIPTION