X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=e83f9ba937417b63260f62262e70fba387dca525;hb=42915f8a04ac289a4bc335b94b7c3609c57dd4d8;hp=3ebadadf1a0422daf6fd1db2f6f2dbb8111b4565;hpb=08d776097da7cda0d6bd2fd5a7a2574dc934cbaa;p=gitmo%2FMooseX-Singleton.git diff --git a/Makefile.PL b/Makefile.PL index 3ebadad..e83f9ba 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,7 +5,7 @@ use inc::Module::Install; name 'MooseX-Singleton'; all_from 'lib/MooseX/Singleton.pm'; -requires 'Moose'; +requires 'Moose' => '0.74'; build_requires 'Test::More'; build_requires 'Test::Exception';