Re-enable experimental::smartmatch warnings
authorMarius Gavrilescu <marius@ieval.ro>
Sun, 15 Feb 2015 21:24:49 +0000 (23:24 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Sun, 15 Feb 2015 21:24:49 +0000 (23:24 +0200)
lib/Plack/App/Gruntmaster.pm

index 0bc46445e1f2ca0f7a491767090a65456cb8c652..62bef3283d6b6672af1051bd4748ef295f1162a9 100644 (file)
@@ -18,7 +18,6 @@ use Plack::App::Gruntmaster::HTML;
 
 use warnings NONFATAL => 'all';
 no warnings 'illegalproto';
-no if $] >= 5.017011, warnings => 'experimental::smartmatch';
 
 ##################################################
 
This page took 0.010681 seconds and 4 git commands to generate.