X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMoose-Policy.git;a=blobdiff_plain;f=Build.PL;fp=Build.PL;h=50c9145e38c28e5dd14a4cefcc74510808d6356f;hp=d610f0857c128de8c24dbe11ce656cd7cd445fe4;hb=09eff61e69700c952ff66a56e7ee1b20535654fa;hpb=08e608bd50d9d5d861e3319662c5d71dd7077cd4 diff --git a/Build.PL b/Build.PL index d610f08..50c9145 100644 --- a/Build.PL +++ b/Build.PL @@ -6,7 +6,9 @@ my $build = Module::Build->new( module_name => 'Moose::Policy', license => 'perl', requires => { - 'Moose' => '0.11', + 'Scalar::Util' => '1.18', + 'Carp' => '0', + 'Moose' => '0.11', }, optional => { },