summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-07-06 19:46:54 +0200
committerDaniel Friesel <derf@finalrewind.org>2011-07-06 19:46:54 +0200
commit10e549ef7479b1bd08ced124164b5edcd8c1a30b (patch)
treeec62f20197db4e29457ac2adbe9856c7634bb53d
parent74a7960da8590e7a105a827642f620816903ad8d (diff)
Release v0.020.02
-rwxr-xr-xBuild.PL1
-rw-r--r--Changelog2
-rwxr-xr-xbin/db-ris8
-rw-r--r--lib/Travel/Status/DE/DeutscheBahn.pm4
-rw-r--r--lib/Travel/Status/DE/DeutscheBahn/Result.pm4
5 files changed, 10 insertions, 9 deletions
diff --git a/Build.PL b/Build.PL
index d2f1dda..0971803 100755
--- a/Build.PL
+++ b/Build.PL
@@ -20,6 +20,7 @@ Module::Build->new(
'Getopt::Long' => 0,
'List::Util' => 0,
'LWP::UserAgent' => 0,
+ 'POSIX' => 0,
'XML::LibXML' => '1.70',
},
script_files => 'bin/',
diff --git a/Changelog b/Changelog
index f153b6c..a09ed3b 100644
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,4 @@
-git HEAD
+Travel::Status::DE::DeutscheBahn 0.02 - Wed Jul 06 2011
[db-ris]
* Only display info when a train is late, not when on time / unknown
diff --git a/bin/db-ris b/bin/db-ris
index d0827f9..99e07b0 100755
--- a/bin/db-ris
+++ b/bin/db-ris
@@ -3,7 +3,7 @@ use strict;
use warnings;
use 5.010;
-our $VERSION = '0.01';
+our $VERSION = '0.02';
use Getopt::Long qw(:config no_ignore_case);
use List::Util qw(first max);
@@ -168,12 +168,12 @@ db-ris - Interface to the DeutscheBahn online departure monitor
=head1 SYNOPSIS
-B<db-ris> [B<-d> I<date>] [B<-m> I<motlist>] [B<-t> I<time>] [B<-v> I<via>]
-I<station>
+B<db-ris> [B<-d> I<date>] [B<-L>] [B<-m> I<motlist>] [B<-t> I<time>]
+[B<-v> I<via>] I<station>
=head1 VERSION
-version 0.01
+version 0.02
=head1 DESCRIPTION
diff --git a/lib/Travel/Status/DE/DeutscheBahn.pm b/lib/Travel/Status/DE/DeutscheBahn.pm
index 09834ed..bd22103 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.01';
+our $VERSION = '0.02';
sub new {
my ( $obj, %conf ) = @_;
@@ -203,7 +203,7 @@ arrival/departure monitor
=head1 VERSION
-version 0.01
+version 0.02
=head1 DESCRIPTION
diff --git a/lib/Travel/Status/DE/DeutscheBahn/Result.pm b/lib/Travel/Status/DE/DeutscheBahn/Result.pm
index 940fd83..d955328 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.01';
+our $VERSION = '0.02';
Travel::Status::DE::DeutscheBahn::Result->mk_ro_accessors(
qw(time train route_end route_raw platform info));
@@ -71,7 +71,7 @@ arrival/departure received by Travel::Status::DE::DeutscheBahn
=head1 VERSION
-version 0.01
+version 0.02
=head1 DESCRIPTION