From 60a889227272419d388312f788756f421f489dc7 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 27 Jun 2011 21:57:24 +0200 Subject: Travel::Status::DE::DeutscheBahn::{Departure -> Result} --- bin/db-ris | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/db-ris') diff --git a/bin/db-ris b/bin/db-ris index 3d829b0..f3e3beb 100755 --- a/bin/db-ris +++ b/bin/db-ris @@ -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. It requests all departures at I (optionally filtered by date, time, -- cgit v1.2.3