X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=934caa023cd67fd6552ca65723e4d1bf6efe2c31;hb=da16d91534c86c1062b97b75db93cc4dddad2e6e;hp=1e2ff81c5005316d2bc44c5b1a0ea4b0fd288e91;hpb=adda7954342ef3715387d83deeaef08b7b9631a5;p=gitmo%2FMooseX-Singleton.git diff --git a/Makefile.PL b/Makefile.PL index 1e2ff81..934caa0 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,8 +5,9 @@ use inc::Module::Install; name 'MooseX-Singleton'; all_from 'lib/MooseX/Singleton.pm'; -requires 'Moose' => '0.65'; +requires 'Moose' => '0.82'; +build_requires 'Scalar::Util'; build_requires 'Test::More'; build_requires 'Test::Exception';