X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-StrictConstructor.git;a=blobdiff_plain;f=Build.PL;h=863850ca978d212aaa4ff047912c2ba47246e8b1;hp=8f72cd7ffdff25deab7dc7f1e0f1e715b3d145a7;hb=e42c83ec7160e7db57f85cbefd69218fc704abef;hpb=a417c76b3036bdf4be9e53be28df7b0d9e41cd63 diff --git a/Build.PL b/Build.PL index 8f72cd7..863850c 100644 --- a/Build.PL +++ b/Build.PL @@ -1,14 +1,14 @@ 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.55_04', + requires => { 'Moose' => '0.56', 'Test::More' => '0', }, create_makefile_pl => 'passthrough',