bump Class::Method::Modifiers dependency to avoid warnings on 5.8
[gitmo/Moo.git] / Makefile.PL
index 8b4c5b7..1e425d6 100644 (file)
@@ -10,7 +10,7 @@ my %BUILD_DEPS = (
 );
 
 my %RUN_DEPS = (
-  'Class::Method::Modifiers' => 1.04,
+  'Class::Method::Modifiers' => 1.10,
   'strictures' => 1.001001,
   'Module::Runtime' => 0.012,
   'Role::Tiny' => 1.001003,