From 9cc23813c96ecd5f34679c918130a6c4fa4e9c0e Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Sun, 11 Aug 2024 17:19:45 +0200 Subject: Add VRN backend --- lib/Travel/Status/DE/HAFAS/Services.pm.PL | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Travel/Status/DE/HAFAS/Services.pm.PL b/lib/Travel/Status/DE/HAFAS/Services.pm.PL index 9884add..8b009c3 100644 --- a/lib/Travel/Status/DE/HAFAS/Services.pm.PL +++ b/lib/Travel/Status/DE/HAFAS/Services.pm.PL @@ -181,6 +181,7 @@ my %hafas_instance = ( ), stopfinder => 'https://fahrplan.vos.info/bin/ajax-getstop.exe', }, + VRN => { load_instance( 'de/vrn', lang => 'deu' ), } ); my $perlobj = Data::Dumper->new( [ \%hafas_instance ], ['hafas_instance'] ); -- cgit v1.2.3