add missing Class::Method::Modifiers dependency (RT#80310)
[gitmo/Role-Tiny.git] / Makefile.PL
index 680e5f6..af4d5be 100644 (file)
@@ -16,6 +16,7 @@ WriteMakefile(
   NAME => 'Role::Tiny',
   VERSION_FROM => 'lib/Role/Tiny.pm',
   PREREQ_PM => {
+    'Class::Method::Modifiers' => '1.10',
     ($] >= 5.010 ? () : ('MRO::Compat' => 0)),
     ($mymeta_works ? () : (%BUILD_DEPS)),
   },