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