File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ Travel::Status::DE::HAFAS 6.24 - Sat Dec 13 2025
2+
3+ * station: Fix result->station->{eva} key
4+
15Travel::Status::DE::HAFAS 6.23 - Wed Sep 07 2025
26
37 * Update URL for NAHSH service
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ use strict;
33use warnings;
44use 5.014;
55
6- our $VERSION = ' 6.23 ' ;
6+ our $VERSION = ' 6.24 ' ;
77
88use utf8;
99use DateTime;
@@ -725,7 +725,7 @@ B<hafas-m> [B<-s> I<service>] [B<-l> I<language>] B<!>I<query>|I<journeyID>
725725
726726=head1 VERSION
727727
728- version 6.23
728+ version 6.24
729729
730730=head1 DESCRIPTION
731731
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ use Travel::Status::DE::HAFAS::Product;
2323use Travel::Status::DE::HAFAS::Services;
2424use Travel::Status::DE::HAFAS::StopFinder;
2525
26- our $VERSION = ' 6.23 ' ;
26+ our $VERSION = ' 6.24 ' ;
2727
2828# {{{ Endpoint Definition
2929
@@ -913,7 +913,7 @@ monitors
913913
914914=head1 VERSION
915915
916- version 6.23
916+ version 6.24
917917
918918=head1 DESCRIPTION
919919
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ use DateTime::Format::Strptime;
1111use List::Util qw( any uniq) ;
1212use Travel::Status::DE::HAFAS::Stop;
1313
14- our $VERSION = ' 6.23 ' ;
14+ our $VERSION = ' 6.24 ' ;
1515
1616Travel::Status::DE::HAFAS::Journey-> mk_ro_accessors(
1717 qw( datetime sched_datetime rt_datetime tz_offset
@@ -437,7 +437,7 @@ journey received by Travel::Status::DE::HAFAS
437437
438438=head1 VERSION
439439
440- version 6.23
440+ version 6.24
441441
442442=head1 DESCRIPTION
443443
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ use 5.014;
66
77use parent ' Class::Accessor' ;
88
9- our $VERSION = ' 6.23 ' ;
9+ our $VERSION = ' 6.24 ' ;
1010
1111Travel::Status::DE::HAFAS::Location-> mk_ro_accessors(
1212 qw( lid type name eva state lat lon distance_m weight) );
@@ -57,7 +57,7 @@ Travel::Status::DE::HAFAS::Location - A single public transit location
5757
5858=head1 VERSION
5959
60- version 6.23
60+ version 6.24
6161
6262=head1 DESCRIPTION
6363
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ use 5.014;
66
77use parent ' Class::Accessor' ;
88
9- our $VERSION = ' 6.23 ' ;
9+ our $VERSION = ' 6.24 ' ;
1010
1111Travel::Status::DE::HAFAS::Message-> mk_ro_accessors(
1212 qw( short type text code prio is_him ref_count) );
@@ -69,7 +69,7 @@ Travel::Status::DE::HAFAS::Message - An arrival/departure-related message.
6969
7070=head1 VERSION
7171
72- version 6.23
72+ version 6.24
7373
7474=head1 DESCRIPTION
7575
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ use 5.014;
1616use parent ' Exporter' ;
1717our @EXPORT_OK = qw( decode_polyline) ;
1818
19- our $VERSION = ' 6.23 ' ;
19+ our $VERSION = ' 6.24 ' ;
2020
2121# Translated this php script
2222# <http://unitstep.net/blog/2008/08/02/decoding-google-maps-encoded-polylines-using-php/>
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ use 5.014;
88
99use parent ' Class::Accessor' ;
1010
11- our $VERSION = ' 6.23 ' ;
11+ our $VERSION = ' 6.24 ' ;
1212
1313Travel::Status::DE::HAFAS::Product-> mk_ro_accessors(
1414 qw( class line_id line_no name number type type_long operator) );
@@ -105,7 +105,7 @@ associated with a journey.
105105
106106=head1 VERSION
107107
108- version 6.23
108+ version 6.24
109109
110110=head1 DESCRIPTION
111111
Original file line number Diff line number Diff line change @@ -243,7 +243,7 @@ use warnings;
243243use 5.014;
244244use utf8;
245245
246- our $VERSION = '6.23 ';
246+ our $VERSION = '6.24 ';
247247
248248# Most of these have been adapted from
249249# <https://github.com/public-transport/transport-apis> and
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ use 5.014;
88
99use parent ' Class::Accessor' ;
1010
11- our $VERSION = ' 6.23 ' ;
11+ our $VERSION = ' 6.24 ' ;
1212
1313Travel::Status::DE::HAFAS::Stop-> mk_ro_accessors(
1414 qw( loc
@@ -229,7 +229,7 @@ Travel::Status::DE::HAFAS::Stop - Information about a HAFAS stop.
229229
230230=head1 VERSION
231231
232- version 6.23
232+ version 6.24
233233
234234=head1 DESCRIPTION
235235
You can’t perform that action at this time.
0 commit comments