X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=934caa023cd67fd6552ca65723e4d1bf6efe2c31;hb=da16d91534c86c1062b97b75db93cc4dddad2e6e;hp=61c200d3d9edefe5426acccdac24a65db1e9a5da;hpb=0cd38a85e3f9a77914e846ad84e290b22b501b5a;p=gitmo%2FMooseX-Singleton.git diff --git a/Makefile.PL b/Makefile.PL index 61c200d..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.73_01'; +requires 'Moose' => '0.82'; +build_requires 'Scalar::Util'; build_requires 'Test::More'; build_requires 'Test::Exception';