X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=934caa023cd67fd6552ca65723e4d1bf6efe2c31;hb=da16d91534c86c1062b97b75db93cc4dddad2e6e;hp=b6df86ccff954e419c5d82a6e8fa743b2893a76e;hpb=0cbe236ba4505458d86075dafb7d5c75625ecf5a;p=gitmo%2FMooseX-Singleton.git diff --git a/Makefile.PL b/Makefile.PL index b6df86c..934caa0 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -7,6 +7,7 @@ all_from 'lib/MooseX/Singleton.pm'; requires 'Moose' => '0.82'; +build_requires 'Scalar::Util'; build_requires 'Test::More'; build_requires 'Test::Exception';