From b78fd7160df924147ff968f6dc2796473af0c484 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Thu, 10 Sep 2009 16:58:33 +0100 Subject: Move ExtUtils::MakeMaker from lib to ext. t/lib/TieOut.pm is now from Test::Simple. Only the tests needed changing. The exceptions to BEGIN/PERL_CORE/INC boilerplate removal were two instances of "../.." becoming "../../../..", and changing an %INC test from "strict.pm" to "less.pm", as TestInit causes strict to be loaded via a relative path, when it loads File::Spec to convert all paths from relative to absolute. --- make_ext.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'make_ext.pl') diff --git a/make_ext.pl b/make_ext.pl index 7783688e00..3762d0aa29 100644 --- a/make_ext.pl +++ b/make_ext.pl @@ -12,8 +12,8 @@ use Cwd; # allow miniperl to build everything else. my @toolchain = qw(ext/constant/lib ext/ExtUtils-Command/lib - ext/ExtUtils-Install/lib ext/ExtUtils-Manifest/lib - ext/Text-ParseWords/lib); + ext/ExtUtils-Install/lib ext/ExtUtils-MakeMaker/lib + ext/ExtUtils-Manifest/lib ext/Text-ParseWords/lib); # This script acts as a simple interface for building extensions. -- cgit v1.2.1