bump Role::Tiny dep
[gitmo/Moo.git] / Makefile.PL
index b047631..e9e9562 100644 (file)
@@ -12,6 +12,9 @@ my %BUILD_DEPS = (
 my %RUN_DEPS = (
   'Class::Method::Modifiers' => 1.07,
   'strictures' => 1.001001,
+  'Module::Runtime' => 0.013,
+  'Role::Tiny' => 1.001001,
+  'Devel::GlobalDestruction' => '0.05',
 );
 
 # have to do this since old EUMM dev releases miss the eval $VERSION line