From: Shawn M Moore Date: Fri, 27 Jun 2008 05:04:31 +0000 (+0000) Subject: Bump the dep on CMM, since it has the prototype fix X-Git-Tag: 0.19~264 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=commitdiff_plain;h=8591e8153bde2d1d20113934ba386195a5ccfffa Bump the dep on CMM, since it has the prototype fix --- diff --git a/Makefile.PL b/Makefile.PL index 32e566e..0dded4f 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,7 +6,7 @@ all_from 'lib/Mouse.pm'; requires 'Sub::Exporter'; requires 'Scalar::Util'; requires 'MRO::Compat'; -requires 'Class::Method::Modifiers' => '1.00'; +requires 'Class::Method::Modifiers' => '1.01'; build_requires 'Test::More'; build_requires 'Test::Exception';