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