Loading lib/Travel/Status/DE/HAFAS.pm +2 −0 Original line number Diff line number Diff line Loading @@ -619,6 +619,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 @@ -643,6 +644,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 lib/Travel/Status/DE/HAFAS/Message.pm +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ use parent 'Class::Accessor'; our $VERSION = '4.18'; Travel::Status::DE::HAFAS::Message->mk_ro_accessors( qw(short text code prio is_him ref_count)); qw(short type text code prio is_him ref_count)); sub new { my ( $obj, %conf ) = @_; Loading Loading
lib/Travel/Status/DE/HAFAS.pm +2 −0 Original line number Diff line number Diff line Loading @@ -619,6 +619,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 @@ -643,6 +644,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
lib/Travel/Status/DE/HAFAS/Message.pm +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ use parent 'Class::Accessor'; our $VERSION = '4.18'; Travel::Status::DE::HAFAS::Message->mk_ro_accessors( qw(short text code prio is_him ref_count)); qw(short type text code prio is_him ref_count)); sub new { my ( $obj, %conf ) = @_; Loading