From: David Golden Date: Tue, 4 Jan 2011 16:47:14 +0000 (-0500) Subject: Remove redundant prereqs X-Git-Tag: 1.008004~22 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2Flocal-lib.git;a=commitdiff_plain;h=4b5d4c8d838a4df8c568a4c0ba779a231ff91716;hp=528fa9beced8334403259f6cf5e4fed40afe6d6c Remove redundant prereqs Both EU::ParseXS and EU::CBuilder are now full prerequisites of Module::Build 0.36. --- diff --git a/Makefile.PL b/Makefile.PL index 9123430..359446a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -176,8 +176,6 @@ all_from 'lib/local/lib.pm'; requires 'ExtUtils::MakeMaker' => '6.31'; # version INSTALL_BASE was added requires 'ExtUtils::Install' => '1.43'; # ditto -requires 'ExtUtils::CBuilder'; # this and ParseXS are needed for MB C_support -requires 'ExtUtils::ParseXS'; requires 'Module::Build' => '0.36'; # PERL_MB_OPT my $required_CPAN = '1.82'; requires 'CPAN' => $required_CPAN; # sudo support + CPAN::HandleConfig