Loading lib/Travel/Status/DE/IRIS.pm +1 −1 Original line number Diff line number Diff line Loading @@ -49,7 +49,7 @@ sub new { $self->{nodes}{station} = ( $xml_st->findnodes('//station') )[0]; if ( not $self->{node}->{station} ) { if ( not $self->{nodes}{station} ) { $self->{errstr} = "The station '$opt{station}' has no associated timetable"; return $self; Loading Loading
lib/Travel/Status/DE/IRIS.pm +1 −1 Original line number Diff line number Diff line Loading @@ -49,7 +49,7 @@ sub new { $self->{nodes}{station} = ( $xml_st->findnodes('//station') )[0]; if ( not $self->{node}->{station} ) { if ( not $self->{nodes}{station} ) { $self->{errstr} = "The station '$opt{station}' has no associated timetable"; return $self; Loading