X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=8f72cd7ffdff25deab7dc7f1e0f1e715b3d145a7;hb=343ac26e83fa998ed8a8adde671ce5f6d1b6c657;hp=e1fd756fc22680afa74e8d9ce80c9b10979c5f20;hpb=5c40fb229069279683030c3a30b0cc19a53f877b;p=gitmo%2FMooseX-StrictConstructor.git diff --git a/Build.PL b/Build.PL index e1fd756..8f72cd7 100644 --- a/Build.PL +++ b/Build.PL @@ -8,8 +8,8 @@ use Module::Build; my $builder = Module::Build->new ( module_name => 'MooseX::StrictConstructor', license => 'perl', - requires => { 'Moose' => 0.51, - 'Test::More' => 0, + requires => { 'Moose' => '0.55_04', + 'Test::More' => '0', }, create_makefile_pl => 'passthrough', create_readme => 1,