diff options
Diffstat (limited to 'cgi')
-rw-r--r-- | cgi/index.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cgi/index.pl b/cgi/index.pl index 0aa3e17..df66039 100644 --- a/cgi/index.pl +++ b/cgi/index.pl @@ -11,6 +11,7 @@ use Travel::Status::DE::DeutscheBahn; use Travel::Status::DE::VRR; no warnings 'uninitialized'; +no if $] >= 5.018, warnings => "experimental::smartmatch"; our $VERSION = '0.06'; |