X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=cab726c81810782cad5b686857e995a33183c237;hb=d4da2fed84dcdce5a687c1fc2804cb8ae248bdd1;hp=863850ca978d212aaa4ff047912c2ba47246e8b1;hpb=0a0390cc1aa08bb9a5f2727fe203d0a3cfdc5757;p=gitmo%2FMooseX-StrictConstructor.git diff --git a/Build.PL b/Build.PL index 863850c..cab726c 100644 --- a/Build.PL +++ b/Build.PL @@ -8,7 +8,7 @@ use Module::Build; my $builder = Module::Build->new ( module_name => 'MooseX::StrictConstructor', license => 'perl', - requires => { 'Moose' => '0.56', + requires => { 'Moose' => '0.73_01', 'Test::More' => '0', }, create_makefile_pl => 'passthrough',