Skip to content
Snippets Groups Projects
Commit e2408f45 authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

ugly workaround to run under older perl

parent 5d8bbd19
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ use warnings; ...@@ -5,7 +5,7 @@ use warnings;
use utf8; use utf8;
use lib qw(@modulesdir@); use lib qw(@modulesdir@);
use feature "switch"; use feature "switch";
no warnings 'experimental::smartmatch'; no if $] >= 5.017011, warnings => 'experimental::smartmatch';
use Config::Tiny; use Config::Tiny;
use Data::Dumper; use Data::Dumper;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment