diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-06-27 21:57:24 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-06-27 21:57:24 +0200 |
commit | 60a889227272419d388312f788756f421f489dc7 (patch) | |
tree | 696ffb4209214cf9abe5b9b1efb0dd3185fd9222 /bin | |
parent | c84ddac4286d2c5d92bf6c7dd789c978083cc988 (diff) |
Travel::Status::DE::DeutscheBahn::{Departure -> Result}
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/db-ris | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -61,7 +61,7 @@ sub display_result { return; } -for my $d ( $status->departures() ) { +for my $d ( $status->results() ) { my ( @via, @via_main, @via_show ); @@ -130,7 +130,7 @@ version 0.0 =head1 DESCRIPTION -db-riss is an interface to the DeutscheBahn arrival/departure monitor +db-ris is an interface to the DeutscheBahn departure monitor available at L<http://reiseauskunft.bahn.de/bin/bhftafel.exe/dn>. It requests all departures at I<station> (optionally filtered by date, time, |