X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=e83f9ba937417b63260f62262e70fba387dca525;hb=e3916b0ae28a5da8d626ca50de2f7561b669504b;hp=6b00169e14953fcbac288d2573b3dbde32558e6c;hpb=1bffae4e6593ddc6d337698340ca6dbb1601a0db;p=gitmo%2FMooseX-Singleton.git diff --git a/Makefile.PL b/Makefile.PL index 6b00169..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' => '0.28'; +requires 'Moose' => '0.74'; build_requires 'Test::More'; build_requires 'Test::Exception';