From a38191f4f125f0f00b8504b8c3d19d8d12e6b351 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sun, 15 Feb 2015 23:24:49 +0200 Subject: [PATCH] Re-enable experimental::smartmatch warnings --- lib/Plack/App/Gruntmaster.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Plack/App/Gruntmaster.pm b/lib/Plack/App/Gruntmaster.pm index 0bc4644..62bef32 100644 --- a/lib/Plack/App/Gruntmaster.pm +++ b/lib/Plack/App/Gruntmaster.pm @@ -18,7 +18,6 @@ use Plack::App::Gruntmaster::HTML; use warnings NONFATAL => 'all'; no warnings 'illegalproto'; -no if $] >= 5.017011, warnings => 'experimental::smartmatch'; ################################################## -- 2.39.2