drop a couple of dependencies by minor releases we don't strictly need
[gitmo/Moo.git] / Makefile.PL
index 09ca973..c6cc898 100644 (file)
@@ -10,11 +10,10 @@ my %BUILD_DEPS = (
 );
 
 my %RUN_DEPS = (
-  'Class::Method::Modifiers' => 1.07,
+  'Class::Method::Modifiers' => 1.04,
   'strictures' => 1.001001,
-  'Module::Runtime' => 0.013,
-  'Role::Tiny' => 1.000900,
-  'Devel::GlobalDestruction' => '0.0401',
+  'Module::Runtime' => 0.012,
+  'Role::Tiny' => 1.001001,
 );
 
 # have to do this since old EUMM dev releases miss the eval $VERSION line