summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-09-12 16:09:50 +0100
committerNicholas Clark <nick@ccl4.org>2009-09-12 16:09:50 +0100
commit97a70a1d348306d3a2e80c4ed8a9b54784b92227 (patch)
tree49a0e85efaca566a29b229b185f788f61b88053f /MANIFEST
parent403f501d5b37ebf0340212b1a7f7c01855cd7b95 (diff)
downloadperl-97a70a1d348306d3a2e80c4ed8a9b54784b92227.tar.gz
Oops. 403f501d accidentally deleted the MANIFEST entry for Cwd's Makefile.PL
It can't have a Makefile.PL faked-up from make_ext.pl, beacuse it needs to define NO_PPPORT_H.
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index e5dd605fe9..499b4be473 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -553,6 +553,7 @@ ext/CPAN/t/11mirroredby.t See if CPAN::Mirrored::By works
ext/Cwd/Changes Cwd extension Changelog
ext/Cwd/Cwd.pm Various cwd routines (getcwd, fastcwd, chdir)
ext/Cwd/Cwd.xs Cwd extension external subroutines
+ext/Cwd/Makefile.PL Cwd extension makefile maker
ext/Cwd/t/cwd.t See if Cwd works
ext/Cwd/t/taint.t See if Cwd works with taint
ext/Cwd/t/win32.t See if Cwd works on Win32