diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-08-15 19:20:48 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-08-15 19:20:48 +0200 |
commit | 0c92b7c16215149ecbce21e2c48cf4b334675051 (patch) | |
tree | e9519ebdbe1c6d4fd22167acfceb9334c349c29d /lib/Travel/Status/DE | |
parent | f4f5dde7032b3c24dc1e798598d8cf6234460ea8 (diff) |
Add ZVV backend
Diffstat (limited to 'lib/Travel/Status/DE')
-rw-r--r-- | lib/Travel/Status/DE/HAFAS/Services.pm.PL | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Travel/Status/DE/HAFAS/Services.pm.PL b/lib/Travel/Status/DE/HAFAS/Services.pm.PL index 69c91dd..4baf3e6 100644 --- a/lib/Travel/Status/DE/HAFAS/Services.pm.PL +++ b/lib/Travel/Status/DE/HAFAS/Services.pm.PL @@ -203,7 +203,8 @@ my %hafas_instance = ( ), stopfinder => 'https://fahrplan.vos.info/bin/ajax-getstop.exe', }, - VRN => { load_instance( 'de/vrn', lang => 'deu' ), } + VRN => { load_instance( 'de/vrn', lang => 'deu' ), }, + ZVV => { load_instance( 'ch/zvv', lang => 'deu' ), }, ); my $perlobj = Data::Dumper->new( [ \%hafas_instance ], ['hafas_instance'] ); |