summaryrefslogtreecommitdiff
path: root/lib/Travel/Status/DE/EFA/Services.pm.PL
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Travel/Status/DE/EFA/Services.pm.PL')
-rw-r--r--lib/Travel/Status/DE/EFA/Services.pm.PL7
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/Travel/Status/DE/EFA/Services.pm.PL b/lib/Travel/Status/DE/EFA/Services.pm.PL
index a2d6488..c3cb9e3 100644
--- a/lib/Travel/Status/DE/EFA/Services.pm.PL
+++ b/lib/Travel/Status/DE/EFA/Services.pm.PL
@@ -34,6 +34,7 @@ sub load_instance {
# GVH: 403
# Rolph: 404
# VRT: Encoding issues
+# VVSt: NXDOMAIN
my %efa_instance = (
BSVG => {
url => 'https://bsvg.efa.de/bsvagstd',
@@ -55,6 +56,10 @@ my %efa_instance = (
url => 'https://www.efa-bw.de/nvbw',
name => 'Nahverkehrsgesellschaft Baden-Württemberg',
},
+ NWL => {
+ url => 'https://westfalenfahrplan.de/nwl-efa',
+ name => 'Nahverkehr Westfalen-Lippe',
+ },
VAG => {
url => 'https://efa.vagfr.de/vagfr3',
name => 'Freiburger Verkehrs AG',
@@ -95,7 +100,7 @@ use warnings;
use 5.014;
use utf8;
-our $VERSION = '3.03';
+our $VERSION = '3.06';
# Most of these have been adapted from
# <https://github.com/public-transport/transport-apis> and