summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-08-09 15:42:09 +0200
committerDaniel Friesel <derf@finalrewind.org>2011-08-09 15:44:08 +0200
commit8bf91ac1df285fb11bdc6b8322b0f3a534fab834 (patch)
tree343cd14cce7eeb8c1e3b828ae70068e57ce650e6
parentab66856968ecf9a721fadb7a0ae67c39663791dc (diff)
Release v0.050.05
-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 07dd875..40938e9 100644
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,4 @@
-git HEAD
+Travel::Status::DE::DeutscheBahn 0.05 - Tue Aug 09 2011
[Travel::Status::DE::DeutscheBahn]
* Fix ->results returning duplicate connections when accessed more than
diff --git a/bin/db-ris b/bin/db-ris
index 8117d39..3dea411 100755
--- a/bin/db-ris
+++ b/bin/db-ris
@@ -3,7 +3,7 @@ use strict;
use warnings;
use 5.010;
-our $VERSION = '0.04';
+our $VERSION = '0.05';
use Getopt::Long qw(:config no_ignore_case);
use List::Util qw(first max);
@@ -128,7 +128,7 @@ B<db-ris> [B<-d> I<date>] [B<-L>] [B<-m> I<motlist>] [B<-t> I<time>]
=head1 VERSION
-version 0.04
+version 0.05
=head1 DESCRIPTION
diff --git a/lib/Travel/Status/DE/DeutscheBahn.pm b/lib/Travel/Status/DE/DeutscheBahn.pm
index 797d40f..10b1c53 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 = '0.04';
+our $VERSION = '0.05';
sub new {
my ( $obj, %conf ) = @_;
@@ -221,7 +221,7 @@ arrival/departure monitor
=head1 VERSION
-version 0.04
+version 0.05
=head1 DESCRIPTION
diff --git a/lib/Travel/Status/DE/DeutscheBahn/Result.pm b/lib/Travel/Status/DE/DeutscheBahn/Result.pm
index 7445f7e..1ed2527 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 = '0.04';
+our $VERSION = '0.05';
Travel::Status::DE::DeutscheBahn::Result->mk_ro_accessors(
qw(time train route_end route_raw platform info_raw));
@@ -149,7 +149,7 @@ arrival/departure received by Travel::Status::DE::DeutscheBahn
=head1 VERSION
-version 0.04
+version 0.05
=head1 DESCRIPTION