X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=4a885fb390be6beff033c85e8cfaf9f280e3c472;hb=f90a1d73a7eff0bff5e03f93c0cc8165ec70002a;hp=af645e13d8b2d716590cbf61799a99a9b1441984;hpb=4dee0fd36e42cb0e22e39a652bd931197a72ccc3;p=gitmo%2FMooseX-ClassAttribute.git diff --git a/Build.PL b/Build.PL index af645e1..4a885fb 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.73_01', + 'MooseX::AttributeHelpers' => '0.13', + }, + build_requires => { 'Scalar::Util' => '0', + 'Test::More' => '0', }, create_makefile_pl => 'passthrough', create_readme => 1,