X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=8c672a9febd931ad700744d154b97a610f53ac8f;hb=c905cefbdbdc8ca819356746b68b46be589714d4;hp=6012e733c2655478047fcf6e3afb1da5a4d4d7e6;hpb=ba17e629b59ca9edaf0bdc88548a04c82c63b880;p=gitmo%2FMooseX-Storage.git diff --git a/Makefile.PL b/Makefile.PL index 6012e73..8c672a9 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -8,7 +8,7 @@ name 'MooseX-Storage'; all_from 'lib/MooseX/Storage.pm'; # Specific dependencies -requires 'Moose' => '0.87'; +requires 'Moose' => '0.99'; requires 'String::RewritePrefix'; author_requires 'Test::Without::Module';