inline Devel::GlobalDestruction pure perl code temporarily
[gitmo/Moo.git] / Makefile.PL
index 93dcb4f..86745bc 100644 (file)
@@ -10,8 +10,10 @@ my %BUILD_DEPS = (
 );
 
 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