Revert "add missing Class::Method::Modifiers dependency (RT#80310)"
Dagfinn Ilmari Mannsåker [Fri, 26 Oct 2012 09:28:35 +0000 (10:28 +0100)]
The lack of dependency is intentional, since the use of method modifiers
is optional.

This reverts commit 0ee1bd42cb95cd594e777fa676e80cddc66e0393.

Changes
Makefile.PL

diff --git a/Changes b/Changes
index 206062c..4627c08 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,3 @@
-  - add missing Class::Method::Modifiers dependency (RT#80310)
-
 1.002001 - 2012-10-26
   - t/does-Moo.t moved to 'xt' (RT#80290)
   - don't die when looking for 'DOES' on perl < 5.10 (RT#80402)
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)),
   },