decrease indent in method generator
[gitmo/Role-Tiny.git] / Makefile.PL
index a2a7465..93dcb4f 100644 (file)
@@ -1,13 +1,9 @@
 use strict;
 use warnings FATAL => 'all';
-use 5.008003;
+use 5.008001;
 use ExtUtils::MakeMaker;
 (do 'maint/Makefile.PL.include' or die $@) unless -f 'META.yml';
 
-unless (-e 'META.yml') {
-  warn "MYMETA.yml is going to be completely wrong. Sorry.\n";
-}
-
 my %BUILD_DEPS = (
   'Test::More' => 0.96,
   'Test::Fatal' => 0.003,
@@ -15,7 +11,7 @@ my %BUILD_DEPS = (
 
 my %RUN_DEPS = (
   'Class::Method::Modifiers' => 1.05,
-  'strictures' => 1,
+  'strictures' => 1.001001,
 );
 
 # have to do this since old EUMM dev releases miss the eval $VERSION line