summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2024-10-03 12:23:16 +0200
committerBirte Kristina Friesel <derf@finalrewind.org>2024-10-03 12:23:16 +0200
commit80b348157c2c689795bdcd479478283920cf2612 (patch)
treeff94b46be764ed30635ab95b20fa05a2c1e36778
parenta9604d553a2529638793a5797ecc2715e31e4f92 (diff)
Release v3.013.01
-rw-r--r--Changelog6
-rwxr-xr-xbin/efa-m4
-rw-r--r--lib/Travel/Status/DE/EFA.pm4
-rw-r--r--lib/Travel/Status/DE/EFA/Departure.pm4
-rw-r--r--lib/Travel/Status/DE/EFA/Line.pm4
-rw-r--r--lib/Travel/Status/DE/EFA/Services.pm.PL2
-rw-r--r--lib/Travel/Status/DE/EFA/Stop.pm4
-rw-r--r--lib/Travel/Status/DE/EFA/Trip.pm2
-rw-r--r--lib/Travel/Status/DE/VRR.pm4
9 files changed, 20 insertions, 14 deletions
diff --git a/Changelog b/Changelog
index dc557a1..8fa8034 100644
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,10 @@
+Travel::Status::DE::VRR 3.01 - Thu Oct 03 2024
+
+ * Fix Departure->route_interesting
+ * efa-m: Add --json option
+
Travel::Status::DE::VRR 3.00 - Sun Sep 29 2024
+
* Drop XML::LibXML dependency
* New dependencies: DateTime::Format::Strptime, JSON
* Switch API language from XML to JSON
diff --git a/bin/efa-m b/bin/efa-m
index 9080075..6d441af 100755
--- a/bin/efa-m
+++ b/bin/efa-m
@@ -4,7 +4,7 @@ use warnings;
use 5.010;
use utf8;
-our $VERSION = '3.00';
+our $VERSION = '3.01';
binmode( STDOUT, ':encoding(utf-8)' );
@@ -532,7 +532,7 @@ B<efa-m> [B<-Lr>] [B<-d> I<dd.mm.yyyy>] [B<-t> I<hh:mm>]
=head1 VERSION
-version 3.00
+version 3.01
=head1 DESCRIPTION
diff --git a/lib/Travel/Status/DE/EFA.pm b/lib/Travel/Status/DE/EFA.pm
index 7b3e60f..ada3b86 100644
--- a/lib/Travel/Status/DE/EFA.pm
+++ b/lib/Travel/Status/DE/EFA.pm
@@ -5,7 +5,7 @@ use warnings;
use 5.010;
use utf8;
-our $VERSION = '3.00';
+our $VERSION = '3.01';
use Carp qw(confess cluck);
use DateTime;
@@ -529,7 +529,7 @@ Travel::Status::DE::EFA - unofficial EFA departure monitor
=head1 VERSION
-version 3.00
+version 3.01
=head1 DESCRIPTION
diff --git a/lib/Travel/Status/DE/EFA/Departure.pm b/lib/Travel/Status/DE/EFA/Departure.pm
index 3ad68a5..20f7c42 100644
--- a/lib/Travel/Status/DE/EFA/Departure.pm
+++ b/lib/Travel/Status/DE/EFA/Departure.pm
@@ -10,7 +10,7 @@ use Travel::Status::DE::EFA::Stop;
use parent 'Class::Accessor';
-our $VERSION = '3.00';
+our $VERSION = '3.01';
Travel::Status::DE::EFA::Departure->mk_ro_accessors(
qw(countdown datetime delay destination is_cancelled key line lineref mot
@@ -281,7 +281,7 @@ departure received by Travel::Status::DE::EFA
=head1 VERSION
-version 3.00
+version 3.01
=head1 DESCRIPTION
diff --git a/lib/Travel/Status/DE/EFA/Line.pm b/lib/Travel/Status/DE/EFA/Line.pm
index b8ec806..470e9c0 100644
--- a/lib/Travel/Status/DE/EFA/Line.pm
+++ b/lib/Travel/Status/DE/EFA/Line.pm
@@ -6,7 +6,7 @@ use 5.010;
use parent 'Class::Accessor';
-our $VERSION = '3.00';
+our $VERSION = '3.01';
Travel::Status::DE::EFA::Line->mk_ro_accessors(
qw(direction mot name number operator route type valid));
@@ -57,7 +57,7 @@ requested station
=head1 VERSION
-version 3.00
+version 3.01
=head1 DESCRIPTION
diff --git a/lib/Travel/Status/DE/EFA/Services.pm.PL b/lib/Travel/Status/DE/EFA/Services.pm.PL
index 845ce7a..309ec4a 100644
--- a/lib/Travel/Status/DE/EFA/Services.pm.PL
+++ b/lib/Travel/Status/DE/EFA/Services.pm.PL
@@ -95,7 +95,7 @@ use warnings;
use 5.014;
use utf8;
-our $VERSION = '3.00';
+our $VERSION = '3.01';
# Most of these have been adapted from
# <https://github.com/public-transport/transport-apis> and
diff --git a/lib/Travel/Status/DE/EFA/Stop.pm b/lib/Travel/Status/DE/EFA/Stop.pm
index 4d7fbe9..73143c5 100644
--- a/lib/Travel/Status/DE/EFA/Stop.pm
+++ b/lib/Travel/Status/DE/EFA/Stop.pm
@@ -6,7 +6,7 @@ use 5.010;
use parent 'Class::Accessor';
-our $VERSION = '3.00';
+our $VERSION = '3.01';
Travel::Status::DE::EFA::Stop->mk_ro_accessors(
qw(sched_arr rt_arr arr
@@ -63,7 +63,7 @@ in a Travel::Status::DE::EFA::Result's route
=head1 VERSION
-version 3.00
+version 3.01
=head1 DESCRIPTION
diff --git a/lib/Travel/Status/DE/EFA/Trip.pm b/lib/Travel/Status/DE/EFA/Trip.pm
index a34e6fe..acc83c4 100644
--- a/lib/Travel/Status/DE/EFA/Trip.pm
+++ b/lib/Travel/Status/DE/EFA/Trip.pm
@@ -9,7 +9,7 @@ use Travel::Status::DE::EFA::Stop;
use parent 'Class::Accessor';
-our $VERSION = '3.00';
+our $VERSION = '3.01';
Travel::Status::DE::EFA::Trip->mk_ro_accessors(
qw(operator product product_class name line number type id dest_name dest_id));
diff --git a/lib/Travel/Status/DE/VRR.pm b/lib/Travel/Status/DE/VRR.pm
index bc7d041..d7a96b0 100644
--- a/lib/Travel/Status/DE/VRR.pm
+++ b/lib/Travel/Status/DE/VRR.pm
@@ -4,7 +4,7 @@ use strict;
use warnings;
use 5.010;
-our $VERSION = '3.00';
+our $VERSION = '3.01';
use parent 'Travel::Status::DE::EFA';
@@ -43,7 +43,7 @@ Travel::Status::DE::VRR - unofficial VRR departure monitor.
=head1 VERSION
-version 3.00
+version 3.01
=head1 DESCRIPTION