From 25ac11cf7e697f66637c3c7c304698d8bbcc642a Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 29 Oct 2022 10:45:14 +0200 Subject: Message: add is_him accessor; fix documentation --- lib/Travel/Status/DE/HAFAS.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/Travel/Status/DE/HAFAS.pm') diff --git a/lib/Travel/Status/DE/HAFAS.pm b/lib/Travel/Status/DE/HAFAS.pm index e1876d8..dc26842 100644 --- a/lib/Travel/Status/DE/HAFAS.pm +++ b/lib/Travel/Status/DE/HAFAS.pm @@ -558,6 +558,7 @@ sub add_message { text => $text, code => $code, prio => $prio, + is_him => $is_him, ref_count => 1, ); push( @{ $self->{messages} }, $message ); -- cgit v1.2.3