Oops. 403f501d accidentally deleted the MANIFEST entry for Cwd's Makefile.PL
Nicholas Clark [Sat, 12 Sep 2009 15:09:50 +0000 (16:09 +0100)]
It can't have a Makefile.PL faked-up from make_ext.pl, beacuse it needs to
define NO_PPPORT_H.

MANIFEST

index e5dd605..499b4be 100644 (file)
--- 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