X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=8f72cd7ffdff25deab7dc7f1e0f1e715b3d145a7;hb=343ac26e83fa998ed8a8adde671ce5f6d1b6c657;hp=5710f771a60a483c63947d59876648a7b3f2e4b2;hpb=f65b0fb915561025b600c6f216c8f9d96c52dcdd;p=gitmo%2FMooseX-StrictConstructor.git diff --git a/Build.PL b/Build.PL index 5710f77..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.26, - 'Test::More' => 0, + requires => { 'Moose' => '0.55_04', + 'Test::More' => '0', }, create_makefile_pl => 'passthrough', create_readme => 1,