diff options
-rwxr-xr-x | bin/efa-m | 2 | ||||
-rw-r--r-- | lib/Travel/Status/DE/VRR.pm | 2 |
2 files changed, 4 insertions, 0 deletions
@@ -3,6 +3,8 @@ use strict; use warnings; use 5.010; +no if $] >= 5.018, warnings => "experimental::smartmatch"; + our $VERSION = '1.02'; binmode( STDOUT, ':encoding(utf-8)' ); diff --git a/lib/Travel/Status/DE/VRR.pm b/lib/Travel/Status/DE/VRR.pm index 2594fa8..1a3cd3f 100644 --- a/lib/Travel/Status/DE/VRR.pm +++ b/lib/Travel/Status/DE/VRR.pm @@ -4,6 +4,8 @@ use strict; use warnings; use 5.010; +no if $] >= 5.018, warnings => "experimental::smartmatch"; + our $VERSION = '1.02'; use Carp qw(confess cluck); |