X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=3ea4e3703d09c99675f0dbc01426ca841201bd69;hb=4a6f19b29d12d4285cb63c96a5624cac349760b2;hp=b9f693356e99b62059fbb1bcef421ec8544f0349;hpb=abf9a01fc4e37ac63054ada972091a1ea25a78cb;p=gitmo%2FMooseX-Singleton.git diff --git a/Makefile.PL b/Makefile.PL index b9f6933..3ea4e37 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' => '0.94'; +requires 'Moose' => '1.10'; build_requires 'Scalar::Util'; build_requires 'Test::More' => '0.88';