diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-09-10 16:58:33 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-09-10 16:58:33 +0100 |
commit | b78fd7160df924147ff968f6dc2796473af0c484 (patch) | |
tree | b5065e5b1ab461c11c74b5a0b4f848fcd0c3f118 /lib/.gitignore | |
parent | 4d984b75f1859fc27f556ee42f31a04df42a2004 (diff) | |
download | perl-b78fd7160df924147ff968f6dc2796473af0c484.tar.gz |
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.
Diffstat (limited to 'lib/.gitignore')
-rw-r--r-- | lib/.gitignore | 29 |
1 files changed, 28 insertions, 1 deletions
diff --git a/lib/.gitignore b/lib/.gitignore index 43b8e75dd9..fac0377498 100644 --- a/lib/.gitignore +++ b/lib/.gitignore @@ -126,16 +126,43 @@ /Encode /Errno.pm /ExtUtils/Command.pm -/ExtUtils/Command +/ExtUtils/Command/MM.pm /ExtUtils/Constant.pm /ExtUtils/Constant /ExtUtils/Installed.pm /ExtUtils/Install.pm +/ExtUtils/Liblist/Kid.pm +/ExtUtils/Liblist.pm +/ExtUtils/MakeMaker/Config.pm +/ExtUtils/MakeMaker/FAQ.pod +/ExtUtils/MakeMaker.pm +/ExtUtils/MakeMaker/Tutorial.pod /ExtUtils/Manifest.pm /ExtUtils/MANIFEST.SKIP /ExtUtils/Miniperl.pm +/ExtUtils/Mkbootstrap.pm +/ExtUtils/Mksymlists.pm +/ExtUtils/MM_AIX.pm +/ExtUtils/MM_Any.pm +/ExtUtils/MM_BeOS.pm +/ExtUtils/MM_Cygwin.pm +/ExtUtils/MM_Darwin.pm +/ExtUtils/MM_DOS.pm +/ExtUtils/MM_MacOS.pm +/ExtUtils/MM_NW5.pm +/ExtUtils/MM_OS2.pm +/ExtUtils/MM.pm +/ExtUtils/MM_QNX.pm +/ExtUtils/MM_Unix.pm +/ExtUtils/MM_UWIN.pm +/ExtUtils/MM_VMS.pm +/ExtUtils/MM_VOS.pm +/ExtUtils/MM_Win32.pm +/ExtUtils/MM_Win95.pm /ExtUtils/Packlist.pm /ExtUtils/ParseXS.pm +/ExtUtils/MY.pm +/ExtUtils/testlib.pm /Fatal.pm /Fcntl.pm /FileCache.pm |