X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=5710f771a60a483c63947d59876648a7b3f2e4b2;hb=583707172fbd74d82c2c079f430555b7a6275237;hp=a4bfcc7d7357004c2de5fd62ac2d620b659234f2;hpb=c001451a92b1a0e8f33e4854d1694140cde35d53;p=gitmo%2FMooseX-StrictConstructor.git diff --git a/Build.PL b/Build.PL index a4bfcc7..5710f77 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, + requires => { 'Moose' => 0.26, 'Test::More' => 0, }, create_makefile_pl => 'passthrough',