From: Tomas Doran (t0m) Date: Sat, 18 Jul 2009 19:08:13 +0000 (+0100) Subject: Fix as we only work with a recent Moose version X-Git-Tag: 0.22~8 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a908e25b3c966540a272624374ecf3ec44ce791d;p=gitmo%2FMooseX-Storage.git Fix as we only work with a recent Moose version --- diff --git a/Makefile.PL b/Makefile.PL index 9a5a447..ebf58b3 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,7 +6,7 @@ name 'MooseX-Storage'; all_from 'lib/MooseX/Storage.pm'; # Specific dependencies -requires 'Moose' => '0.39'; +requires 'Moose' => '0.87'; # you should have at least one # serialization format