From: Dagfinn Ilmari Mannsåker Date: Fri, 26 Oct 2012 09:28:35 +0000 (+0100) Subject: Revert "add missing Class::Method::Modifiers dependency (RT#80310)" X-Git-Tag: v1.002002~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FRole-Tiny.git;a=commitdiff_plain;h=807078df9cfbda9891ec0e024cad76e15d762014;hp=0ee1bd42cb95cd594e777fa676e80cddc66e0393 Revert "add missing Class::Method::Modifiers dependency (RT#80310)" The lack of dependency is intentional, since the use of method modifiers is optional. This reverts commit 0ee1bd42cb95cd594e777fa676e80cddc66e0393. --- diff --git a/Changes b/Changes index 206062c..4627c08 100644 --- 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) diff --git a/Makefile.PL b/Makefile.PL index af4d5be..680e5f6 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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)), },