]> git.vpit.fr Git - perl/modules/re-engine-Plugin.git/commitdiff
Add strict and warnings to Makefile.PL
authorVincent Pit <vince@profvince.com>
Sun, 4 Oct 2009 08:50:43 +0000 (10:50 +0200)
committerVincent Pit <vince@profvince.com>
Sun, 4 Oct 2009 08:50:43 +0000 (10:50 +0200)
Makefile.PL

index 33ca035a3bf2132cd7f37b750f720e0ee09d4f0b..7ade66373ec9caa8ac5f0d4eea81e744d112dbc4 100644 (file)
@@ -1,4 +1,7 @@
 use 5.010;
+
+use strict;
+use warnings;
 use ExtUtils::MakeMaker;
 
 my $dist = 're-engine-Plugin';