diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-07-13 17:45:15 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-07-13 17:45:15 +0200 |
commit | 9a196c63438f37b116067dc93e5e16655e50f926 (patch) | |
tree | afff1b7ff046921bad3dc5c9048b2eaabc360b80 /lib/Travel/Status/DE/DeutscheBahn.pm | |
parent | c679a589c39d7a727b43d7e81d64c5e8fcd4a97b (diff) |
Release v0.040.04
Diffstat (limited to 'lib/Travel/Status/DE/DeutscheBahn.pm')
-rw-r--r-- | lib/Travel/Status/DE/DeutscheBahn.pm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/Travel/Status/DE/DeutscheBahn.pm b/lib/Travel/Status/DE/DeutscheBahn.pm index 9f71eb0..46c3928 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.03'; +our $VERSION = '0.04'; sub new { my ( $obj, %conf ) = @_; @@ -202,7 +202,7 @@ arrival/departure monitor =head1 VERSION -version 0.03 +version 0.04 =head1 DESCRIPTION @@ -280,8 +280,7 @@ None. =head1 BUGS AND LIMITATIONS -In the web interface, a train's route contains station names and the -corresponding arrival times. These times are not yet accessible. +There are a few character encoding issues. =head1 SEE ALSO |