add dummy var for the Hiding constant to avoid triggering void warnings
[p5sagit/Module-Metadata.git] / Makefile.PL
index 6dc3efd..f280ad8 100644 (file)
@@ -1,6 +1,7 @@
 use strict;
 use warnings FATAL => 'all';
 use ExtUtils::MakeMaker;
+use 5.006;
 
 (do 'maint/Makefile.PL.include' or die $@) unless -f 'META.yml';
 
@@ -15,6 +16,7 @@ WriteMakefile(
     'File::Spec'  => 0,
     'IO::File'    => 0,
     'strict'      => 0,
+    'warnings'    => 0,
     'vars'        => 0,
     'version'     => 0.87,
     'warnings'    => 0,