diff options
| -rw-r--r-- | cgi/index.pl | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/cgi/index.pl b/cgi/index.pl index 215cf03..10abe9b 100644 --- a/cgi/index.pl +++ b/cgi/index.pl @@ -6,6 +6,8 @@ use Travel::Status::DE::DeutscheBahn;  use 5.014;  use utf8; +no if $] >= 5.018, warnings => "experimental::smartmatch"; +  our $VERSION = '0.04';  my $refresh_interval = 900; | 
