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