X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=120533c93d235954cb37bddb115f3f95a616e9a2;hb=e0d340ca0cd12125cabbd39e9799e4fc77c2a703;hp=f7f394be4821dfa921f5ab2d157c15038ea56380;hpb=2dc1c4f7a09c26890c2ff43cafcef9d60b3e3c2a;p=gitmo%2FMooseX-AttributeHelpers.git diff --git a/Makefile.PL b/Makefile.PL index f7f394b..120533c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -9,6 +9,7 @@ requires 'Moose' => '0.56'; build_requires 'Test::More' => '0.62'; build_requires 'Test::Exception' => '0.21'; +build_requires 'Test::Moose'; auto_provides; WriteAll();