X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=8e85f90af987b6ee58cfa47e678b2f1ce8eb5a4c;hb=bb7b1e1a9b2aa6170c3855043c24111c5d79e3f3;hp=af645e13d8b2d716590cbf61799a99a9b1441984;hpb=4dee0fd36e42cb0e22e39a652bd931197a72ccc3;p=gitmo%2FMooseX-ClassAttribute.git diff --git a/Build.PL b/Build.PL index af645e1..8e85f90 100644 --- a/Build.PL +++ b/Build.PL @@ -6,7 +6,11 @@ use Module::Build; my $builder = Module::Build->new ( module_name => 'MooseX::ClassAttribute', license => 'perl', - requires => { 'Test::More' => 0, + requires => { 'Moose' => '0.57', + 'MooseX::AttributeHelpers' => '0.13', + }, + build_requires => { 'Scalar::Util' => '0', + 'Test::More' => '0', }, create_makefile_pl => 'passthrough', create_readme => 1,