diff options
Diffstat (limited to 'lib/Travel')
-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'] ); |