X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=8ea0a8ebb2163513c9bc9f901e892a4222e4f444;hb=ce2ae40ffeddb31c70db36ca6614e7d7b9a34861;hp=023fd21fb9523bc014315d22c37e58e9b1f072c0;hpb=aa448b163f4882fc3e4b92a1c1f22e3c9ad9f933;p=gitmo%2FClass-MOP.git diff --git a/Build.PL b/Build.PL index 023fd21..8ea0a8e 100644 --- a/Build.PL +++ b/Build.PL @@ -8,15 +8,12 @@ my $build = Module::Build->new( requires => { 'Scalar::Util' => '1.18', 'Sub::Name' => '0.02', - 'Carp' => '0.01', - 'B' => '1.09', - 'Clone' => '0.18', - 'SUPER' => '1.11', - }, - optional => { + 'Carp' => '0', + 'B' => '0', }, + optional => {}, build_requires => { - 'Test::More' => '0.47', + 'Test::More' => '0.62', 'Test::Exception' => '0.21', 'File::Spec' => '0', },