Loading lib/Travel/Routing/DE/HAFAS.pm +2 −0 Original line number Diff line number Diff line Loading @@ -557,6 +557,7 @@ sub add_message { my $short = $json->{txtS}; my $text = $json->{txtN}; my $type = $json->{type}; my $code = $json->{code}; my $prio = $json->{prio}; Loading @@ -581,6 +582,7 @@ sub add_message { my $message = Travel::Status::DE::HAFAS::Message->new( short => $short, text => $text, type => $type, code => $code, prio => $prio, is_him => $is_him, Loading Loading
lib/Travel/Routing/DE/HAFAS.pm +2 −0 Original line number Diff line number Diff line Loading @@ -557,6 +557,7 @@ sub add_message { my $short = $json->{txtS}; my $text = $json->{txtN}; my $type = $json->{type}; my $code = $json->{code}; my $prio = $json->{prio}; Loading @@ -581,6 +582,7 @@ sub add_message { my $message = Travel::Status::DE::HAFAS::Message->new( short => $short, text => $text, type => $type, code => $code, prio => $prio, is_him => $is_him, Loading