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