summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-06-27 23:47:22 +0200
committerDaniel Friesel <derf@finalrewind.org>2011-06-27 23:47:22 +0200
commit65b228b6458b7b411d310e5c62e3b4fa3bf3d96f (patch)
treebe0e93290c18402e3494057222ad24d38bb1a2d0 /lib
parent90404d949be047808eb389805a8a586a1a1971b0 (diff)
Release v0.010.01
Diffstat (limited to 'lib')
-rw-r--r--lib/Travel/Status/DE/DeutscheBahn.pm7
-rw-r--r--lib/Travel/Status/DE/DeutscheBahn/Result.pm4
2 files changed, 6 insertions, 5 deletions
diff --git a/lib/Travel/Status/DE/DeutscheBahn.pm b/lib/Travel/Status/DE/DeutscheBahn.pm
index 1e28bc6..095a6eb 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.0';
+our $VERSION = '0.01';
sub new {
my ( $obj, %conf ) = @_;
@@ -184,7 +184,7 @@ arrival/departure monitor
=head1 VERSION
-version 0.0
+version 0.01
=head1 DESCRIPTION
@@ -262,7 +262,8 @@ None.
=head1 BUGS AND LIMITATIONS
-Unknown.
+In the web interface, a train's route contains station names and the
+corresponding arrival times. These times are not yet accessible.
=head1 SEE ALSO
diff --git a/lib/Travel/Status/DE/DeutscheBahn/Result.pm b/lib/Travel/Status/DE/DeutscheBahn/Result.pm
index 3aaa0cf..95d166f 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.0';
+our $VERSION = '0.01';
Travel::Status::DE::DeutscheBahn::Result->mk_ro_accessors(
qw(time train route_end platform info));
@@ -71,7 +71,7 @@ arrival/departure received by Travel::Status::DE::DeutscheBahn
=head1 VERSION
-version 0.0
+version 0.01
=head1 DESCRIPTION