From: Marius Gavrilescu Date: Sun, 15 Feb 2015 21:24:49 +0000 (+0200) Subject: Re-enable experimental::smartmatch warnings X-Git-Url: http://git.ieval.ro/?p=plack-app-gruntmaster.git;a=commitdiff_plain;h=a38191f4f125f0f00b8504b8c3d19d8d12e6b351 Re-enable experimental::smartmatch warnings --- 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'; ##################################################