From: Shawn M Moore Date: Sun, 17 Feb 2008 18:41:49 +0000 (+0000) Subject: Bump up the Moose dep because someone had trouble installing this with an old Moose X-Git-Tag: 0.0008~9 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Object-Pluggable.git;a=commitdiff_plain;h=bf5e53f670490b0b643b77515b7ed0477e632ced Bump up the Moose dep because someone had trouble installing this with an old Moose --- diff --git a/Makefile.PL b/Makefile.PL index f3feb7a..2ffe72f 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -9,7 +9,7 @@ abstract 'Add plugin support to your Moose classes via roles.'; all_from 'lib/MooseX/Object/Pluggable.pm'; # Specific dependencies -requires 'Moose' => 0.17; +requires 'Moose' => 0.35; requires 'Module::Pluggable::Object' => 0; build_requires 'Test::More' => 0;