From: Vincent Pit Date: Sun, 4 Oct 2009 08:50:43 +0000 (+0200) Subject: Add strict and warnings to Makefile.PL X-Git-Tag: rt66996~7 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fre-engine-Plugin.git;a=commitdiff_plain;h=8ec5a155826d482d9b8ac32b558add5f9bd02b2f Add strict and warnings to Makefile.PL --- diff --git a/Makefile.PL b/Makefile.PL index 33ca035..7ade663 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,7 @@ use 5.010; + +use strict; +use warnings; use ExtUtils::MakeMaker; my $dist = 're-engine-Plugin';