replace open-coded stash access with _getstash()
[gitmo/Role-Tiny.git] / Makefile.PL
index af4d5be..680e5f6 100644 (file)
@@ -16,7 +16,6 @@ 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)),
   },