Loading lib/Travel/Status/DE/DeutscheBahn.pm +1 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ our $VERSION = '1.05'; sub new { my ( $class, %opt ) = @_; $opt{service} = 'deutschebahn'; $opt{service} = 'DB'; return $class->SUPER::new(%opt); } Loading Loading
lib/Travel/Status/DE/DeutscheBahn.pm +1 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ our $VERSION = '1.05'; sub new { my ( $class, %opt ) = @_; $opt{service} = 'deutschebahn'; $opt{service} = 'DB'; return $class->SUPER::new(%opt); } Loading