X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=863850ca978d212aaa4ff047912c2ba47246e8b1;hb=refs%2Ftags%2F0.07;hp=e1fd756fc22680afa74e8d9ce80c9b10979c5f20;hpb=5c40fb229069279683030c3a30b0cc19a53f877b;p=gitmo%2FMooseX-StrictConstructor.git diff --git a/Build.PL b/Build.PL index e1fd756..863850c 100644 --- a/Build.PL +++ b/Build.PL @@ -1,15 +1,15 @@ use strict; use warnings; -require 5.00601; +require 5.008; use Module::Build; my $builder = Module::Build->new ( module_name => 'MooseX::StrictConstructor', license => 'perl', - requires => { 'Moose' => 0.51, - 'Test::More' => 0, + requires => { 'Moose' => '0.56', + 'Test::More' => '0', }, create_makefile_pl => 'passthrough', create_readme => 1,