X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=e3eb21d80aad02f8fc7c5bccfb4a17e4328b2be9;hb=3ee0f1a588d99b9c0117cb2e027281e2564c285b;hp=934caa023cd67fd6552ca65723e4d1bf6efe2c31;hpb=a82b9823df87d8eb3bda661ea08254a534344dee;p=gitmo%2FMooseX-Singleton.git diff --git a/Makefile.PL b/Makefile.PL index 934caa0..e3eb21d 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -8,9 +8,11 @@ all_from 'lib/MooseX/Singleton.pm'; requires 'Moose' => '0.82'; build_requires 'Scalar::Util'; -build_requires 'Test::More'; +build_requires 'Test::More' => '0.88'; build_requires 'Test::Exception'; license 'Perl'; +extra_tests(); + WriteAll();