diff options
Diffstat (limited to 'lib/Travel/Status/DE/DeutscheBahn.pm')
-rw-r--r-- | lib/Travel/Status/DE/DeutscheBahn.pm | 7 |
1 files changed, 4 insertions, 3 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 |