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