Skip to content

Commit 69303a9

Browse files
committed
Release v6.24
1 parent d923e5a commit 69303a9

11 files changed

Lines changed: 22 additions & 18 deletions

File tree

Changelog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Travel::Status::DE::HAFAS 6.24 - Sat Dec 13 2025
2+
3+
* station: Fix result->station->{eva} key
4+
15
Travel::Status::DE::HAFAS 6.23 - Wed Sep 07 2025
26

37
* Update URL for NAHSH service

bin/hafas-m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use strict;
33
use warnings;
44
use 5.014;
55

6-
our $VERSION = '6.23';
6+
our $VERSION = '6.24';
77

88
use utf8;
99
use 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

lib/Travel/Status/DE/HAFAS.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ use Travel::Status::DE::HAFAS::Product;
2323
use Travel::Status::DE::HAFAS::Services;
2424
use 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

lib/Travel/Status/DE/HAFAS/Journey.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use DateTime::Format::Strptime;
1111
use List::Util qw(any uniq);
1212
use Travel::Status::DE::HAFAS::Stop;
1313

14-
our $VERSION = '6.23';
14+
our $VERSION = '6.24';
1515

1616
Travel::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

lib/Travel/Status/DE/HAFAS/Location.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use 5.014;
66

77
use parent 'Class::Accessor';
88

9-
our $VERSION = '6.23';
9+
our $VERSION = '6.24';
1010

1111
Travel::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

lib/Travel/Status/DE/HAFAS/Message.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use 5.014;
66

77
use parent 'Class::Accessor';
88

9-
our $VERSION = '6.23';
9+
our $VERSION = '6.24';
1010

1111
Travel::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

lib/Travel/Status/DE/HAFAS/Polyline.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ use 5.014;
1616
use parent 'Exporter';
1717
our @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/>

lib/Travel/Status/DE/HAFAS/Product.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use 5.014;
88

99
use parent 'Class::Accessor';
1010

11-
our $VERSION = '6.23';
11+
our $VERSION = '6.24';
1212

1313
Travel::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

lib/Travel/Status/DE/HAFAS/Services.pm.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ use warnings;
243243
use 5.014;
244244
use 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

lib/Travel/Status/DE/HAFAS/Stop.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use 5.014;
88

99
use parent 'Class::Accessor';
1010

11-
our $VERSION = '6.23';
11+
our $VERSION = '6.24';
1212

1313
Travel::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

0 commit comments

Comments
 (0)