X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=516ba7d2b9bc7684bd1b3bcd614d5ce7c77c4bad;hb=cfce405b2eae6855a2d342ffb2e33dcc97202d65;hp=1780c74b6b785734244cb5c67b5bc083d32d4122;hpb=d871257e46e9a2871c530139b5c20a9e54c8875a;p=gitmo%2FMooseX-Singleton.git diff --git a/Makefile.PL b/Makefile.PL index 1780c74..516ba7d 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.51'; +requires 'Moose' => '0.57'; build_requires 'Test::More'; build_requires 'Test::Exception';