bump Role::Tiny dep
[gitmo/Moo.git] / Makefile.PL
index 93dcb4f..e9e9562 100644 (file)
@@ -10,8 +10,11 @@ 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,
+  'Devel::GlobalDestruction' => '0.05',
 );
 
 # have to do this since old EUMM dev releases miss the eval $VERSION line