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