X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=9c80121178b4acd9985584ddf4c500f78e6e2306;hb=b8f68e6189f9cad37c4edf9a3a133c8642dd7b54;hp=ac4fda35c2b1044102011ebb1c83d6ec6a2c718a;hpb=b82991f120d7b8b775602c52f7d7c745aa16a670;p=gitmo%2FMooseX-ClassAttribute.git diff --git a/Build.PL b/Build.PL index ac4fda3..9c80121 100644 --- a/Build.PL +++ b/Build.PL @@ -6,8 +6,13 @@ use Module::Build; my $builder = Module::Build->new ( module_name => 'MooseX::ClassAttribute', license => 'perl', - requires => { 'Moose' => 0.26, - 'Test::More' => 0, + requires => { 'B' => 0, + 'Exporter' => 0, + 'Moose' => 0.26, + 'Sub::Name' => 0, + }, + build_requires => { 'Scalar::Util' => 0, + 'Test::More' => 0, }, create_makefile_pl => 'passthrough', create_readme => 1,