summaryrefslogtreecommitdiff
path: root/index.pl
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2015-09-12 01:08:39 +0200
committerDaniel Friesel <derf@finalrewind.org>2015-09-12 01:08:39 +0200
commit71e2135e1a068410ffb1a0469cfeb224c9baa6fe (patch)
tree65fc2929365ef613305439c89b43b79857fa771c /index.pl
parent8c02f22af15556327756d8d7d47816d11072d703 (diff)
show backend versions
Diffstat (limited to 'index.pl')
-rw-r--r--index.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.pl b/index.pl
index 2eeb4be..ece8be3 100644
--- a/index.pl
+++ b/index.pl
@@ -12,7 +12,7 @@ use List::MoreUtils qw(any);
use App::VRR::Fakedisplay;
use Travel::Status::DE::DeutscheBahn;
use Travel::Status::DE::ASEAG;
-use Travel::Status::DE::VRR;
+use Travel::Status::DE::EFA;
no warnings 'uninitialized';
no if $] >= 5.018, warnings => "experimental::smartmatch";