diff --git a/Changelog b/Changelog new file mode 100644 index 0000000000000000000000000000000000000000..f045f7920b13f87df0b859607164f281be965e63 --- /dev/null +++ b/Changelog @@ -0,0 +1,4 @@ +Travel::Status::DE::DeutscheBahn 0.01 - Mon Jun 27 2011 + + * Initial release + * Crawls almost all data available in the web interface diff --git a/bin/db-ris b/bin/db-ris index c2ccfc07e1b80a090ac54aa5bb2edd505ffcd0f1..8d1b83320c08ff3bb1f9b49d2d4e27151f0f62b6 100755 --- a/bin/db-ris +++ b/bin/db-ris @@ -3,7 +3,7 @@ use strict; use warnings; use 5.010; -our $VERSION = '0.0'; +our $VERSION = '0.01'; use Getopt::Long qw(:config no_ignore_case); use List::Util qw(first max); @@ -153,7 +153,7 @@ I =head1 VERSION -version 0.0 +version 0.01 =head1 DESCRIPTION diff --git a/lib/Travel/Status/DE/DeutscheBahn.pm b/lib/Travel/Status/DE/DeutscheBahn.pm index 1e28bc698a28301e6c46464dd5f5a5b9cc740adf..095a6eb745d24381e8c038b313849e24161f6463 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 3aaa0cfe46e0b977cdc575fa5fcd734c3b70840c..95d166f71c373500ce4dabc73f6eea362bc2254b 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