summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2020-05-02 11:43:06 +0200
committerDaniel Friesel <derf@finalrewind.org>2020-05-02 11:43:06 +0200
commit982f89487c756d3c2fcc4337c3de086b1ad0deda (patch)
tree3e3407cc8794eabd3c579e641b3c2eed42363f8b
parent5ac4539595d703d90cc9a6a9bea2bf6d8f9b6b46 (diff)
release v1.171.17
-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/Line.pm4
-rw-r--r--lib/Travel/Status/DE/EFA/Result.pm4
-rw-r--r--lib/Travel/Status/DE/EFA/Stop.pm4
-rw-r--r--lib/Travel/Status/DE/VRR.pm4
7 files changed, 18 insertions, 12 deletions
diff --git a/Changelog b/Changelog
index deaf48a..921e4e3 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,9 @@
+Travel::Status::DE::VRR 1.17 - Sat May 02 2020
+
+ * Add MVV (Münchner Verkehrs- und Tarifverbund) and VAG (Freiburger
+ Verkehrs AG) services
+ * Fix encoding when using VOR or LinzAG services
+
Travel::Status::DE::VRR 1.16 - Fri May 01 2020
* Use HTTPS for DING, VOR, LinzAG, VGN, VRR, VRR2, VVS, NVBW, KVV and BSVG
diff --git a/bin/efa-m b/bin/efa-m
index cba22b1..326d2cb 100755
--- a/bin/efa-m
+++ b/bin/efa-m
@@ -6,7 +6,7 @@ use utf8;
no if $] >= 5.018, warnings => 'experimental::smartmatch';
-our $VERSION = '1.16';
+our $VERSION = '1.17';
binmode( STDOUT, ':encoding(utf-8)' );
@@ -375,7 +375,7 @@ I<city> [I<type>B<:>]I<name>
=head1 VERSION
-version 1.16
+version 1.17
=head1 DESCRIPTION
diff --git a/lib/Travel/Status/DE/EFA.pm b/lib/Travel/Status/DE/EFA.pm
index bdcbc7e..d79f3d1 100644
--- a/lib/Travel/Status/DE/EFA.pm
+++ b/lib/Travel/Status/DE/EFA.pm
@@ -7,7 +7,7 @@ use utf8;
no if $] >= 5.018, warnings => 'experimental::smartmatch';
-our $VERSION = '1.16';
+our $VERSION = '1.17';
use Carp qw(confess cluck);
use Encode qw(encode);
@@ -666,7 +666,7 @@ Travel::Status::DE::EFA - unofficial EFA departure monitor
=head1 VERSION
-version 1.16
+version 1.17
=head1 DESCRIPTION
diff --git a/lib/Travel/Status/DE/EFA/Line.pm b/lib/Travel/Status/DE/EFA/Line.pm
index 96c95d0..e5cb3a3 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 = '1.16';
+our $VERSION = '1.17';
Travel::Status::DE::EFA::Line->mk_ro_accessors(
qw(direction mot name operator route type valid));
@@ -57,7 +57,7 @@ requested station
=head1 VERSION
-version 1.16
+version 1.17
=head1 DESCRIPTION
diff --git a/lib/Travel/Status/DE/EFA/Result.pm b/lib/Travel/Status/DE/EFA/Result.pm
index 7f6e449..b8553d7 100644
--- a/lib/Travel/Status/DE/EFA/Result.pm
+++ b/lib/Travel/Status/DE/EFA/Result.pm
@@ -8,7 +8,7 @@ no if $] >= 5.018, warnings => 'experimental::smartmatch';
use parent 'Class::Accessor';
-our $VERSION = '1.16';
+our $VERSION = '1.17';
Travel::Status::DE::EFA::Result->mk_ro_accessors(
qw(countdown date delay destination is_cancelled info key line lineref
@@ -135,7 +135,7 @@ departure received by Travel::Status::DE::EFA
=head1 VERSION
-version 1.16
+version 1.17
=head1 DESCRIPTION
diff --git a/lib/Travel/Status/DE/EFA/Stop.pm b/lib/Travel/Status/DE/EFA/Stop.pm
index feb1d06..566caa8 100644
--- a/lib/Travel/Status/DE/EFA/Stop.pm
+++ b/lib/Travel/Status/DE/EFA/Stop.pm
@@ -8,7 +8,7 @@ no if $] >= 5.018, warnings => 'experimental::smartmatch';
use parent 'Class::Accessor';
-our $VERSION = '1.16';
+our $VERSION = '1.17';
Travel::Status::DE::EFA::Stop->mk_ro_accessors(
qw(arr_date arr_time dep_date dep_time name name_suf platform));
@@ -48,7 +48,7 @@ in a Travel::Status::DE::EFA::Result's route
=head1 VERSION
-version 1.16
+version 1.17
=head1 DESCRIPTION
diff --git a/lib/Travel/Status/DE/VRR.pm b/lib/Travel/Status/DE/VRR.pm
index f0e2090..9552e73 100644
--- a/lib/Travel/Status/DE/VRR.pm
+++ b/lib/Travel/Status/DE/VRR.pm
@@ -6,7 +6,7 @@ use 5.010;
no if $] >= 5.018, warnings => "experimental::smartmatch";
-our $VERSION = '1.16';
+our $VERSION = '1.17';
use parent 'Travel::Status::DE::EFA';
@@ -44,7 +44,7 @@ Travel::Status::DE::VRR - unofficial VRR departure monitor.
=head1 VERSION
-version 1.16
+version 1.17
=head1 DESCRIPTION