From c1edc66f2c9951f9075f91c209ccf51b7ab319ee Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 24 Jun 2011 08:58:58 +0200 Subject: Add --date/--time to db-ris, accept empty info in lib --- lib/Travel/Status/DE/DeutscheBahn.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/Travel/Status/DE/DeutscheBahn.pm b/lib/Travel/Status/DE/DeutscheBahn.pm index 55b82dd..32c017d 100644 --- a/lib/Travel/Status/DE/DeutscheBahn.pm +++ b/lib/Travel/Status/DE/DeutscheBahn.pm @@ -105,7 +105,7 @@ sub departures { my $route = $n_route->textContent(); my $dest = $n_dest->textContent(); my $platform = $n_platform->textContent(); - my $info = $n_info->textContent(); + my $info = $n_info ? $n_info->textContent() : q{}; my @via; for my $str ( $time, $train, $dest, $platform, $info ) { -- cgit v1.2.3