Loading lib/Travel/Status/DE/DBRIS/Journey.pm +3 −1 Original line number Diff line number Diff line Loading @@ -32,7 +32,9 @@ sub new { # Number is either train no (ICE, RE) or line no (S, U, Bus, ...) # with no way of distinguishing between those if ( $ref->{train} ) { ( $ref->{type}, $ref->{number} ) = split( qr{\s+}, $ref->{train} ); } # The line number seems to be encoded in the trip ID if ( not defined $ref->{number} Loading Loading
lib/Travel/Status/DE/DBRIS/Journey.pm +3 −1 Original line number Diff line number Diff line Loading @@ -32,7 +32,9 @@ sub new { # Number is either train no (ICE, RE) or line no (S, U, Bus, ...) # with no way of distinguishing between those if ( $ref->{train} ) { ( $ref->{type}, $ref->{number} ) = split( qr{\s+}, $ref->{train} ); } # The line number seems to be encoded in the trip ID if ( not defined $ref->{number} Loading