inline Devel::GlobalDestruction pure perl code temporarily
[gitmo/Moo.git] / Makefile.PL
index 4883b75..86745bc 100644 (file)
@@ -1,21 +1,19 @@
 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,
 );
 
 my %RUN_DEPS = (
-  'Class::Method::Modifiers' => 1.05,
+  'Class::Method::Modifiers' => 1.07,
   'strictures' => 1.001001,
+  'Module::Runtime' => 0.013,
+  'Role::Tiny' => 1.001001,
 );
 
 # have to do this since old EUMM dev releases miss the eval $VERSION line