X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=500ba0d4614bb2771405554da16a85bca0a7097e;hb=911a9ddace47ef7d8d2725356b01eb6ac654756d;hp=3ebadadf1a0422daf6fd1db2f6f2dbb8111b4565;hpb=08d776097da7cda0d6bd2fd5a7a2574dc934cbaa;p=gitmo%2FMooseX-Singleton.git diff --git a/Makefile.PL b/Makefile.PL index 3ebadad..500ba0d 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.41'; build_requires 'Test::More'; build_requires 'Test::Exception';