Commit 6602a93d authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

fix smartmatch warnings on perl >= 5.018

parent 86766831
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;