X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=f7f394be4821dfa921f5ab2d157c15038ea56380;hb=6d0435088d92f7d9a0a8c3348e6cedc15e12acc4;hp=14f589a5f67632c57fbe00bc594e16e8cf14a9c4;hpb=e80133502fb29ca508c7835d46d93a45e9df374c;p=gitmo%2FMooseX-AttributeHelpers.git diff --git a/Makefile.PL b/Makefile.PL index 14f589a..f7f394b 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,7 +5,7 @@ license 'perl'; all_from 'lib/MooseX/AttributeHelpers.pm'; -requires 'Moose' => '0.45'; +requires 'Moose' => '0.56'; build_requires 'Test::More' => '0.62'; build_requires 'Test::Exception' => '0.21';