X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=120533c93d235954cb37bddb115f3f95a616e9a2;hb=3ebd23e61a6d6f3c4dbda39e3b9d90c0b34d52c5;hp=14f589a5f67632c57fbe00bc594e16e8cf14a9c4;hpb=e80133502fb29ca508c7835d46d93a45e9df374c;p=gitmo%2FMooseX-AttributeHelpers.git diff --git a/Makefile.PL b/Makefile.PL index 14f589a..120533c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,10 +5,11 @@ 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'; +build_requires 'Test::Moose'; auto_provides; WriteAll();