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. --- mkppport | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mkppport') diff --git a/mkppport b/mkppport index 4636d3e563..8cfc8e9537 100644 --- a/mkppport +++ b/mkppport @@ -12,7 +12,7 @@ sub iterdirs(&); my $rootdir = dirname($0); -unshift @INC, File::Spec->catdir($rootdir, 't', 'lib'); +unshift @INC, File::Spec->catdir($rootdir, qw(ext ExtUtils-MakeMaker t lib)); eval q{ use MakeMaker::Test::Utils qw( which_perl ) }; $@ and die $@; -- cgit v1.2.1