In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/97a70a1d348306d3a2e80c4ed8a9b54784b92227?hp=403f501d5b37ebf0340212b1a7f7c01855cd7b95>
- Log ----------------------------------------------------------------- commit 97a70a1d348306d3a2e80c4ed8a9b54784b92227 Author: Nicholas Clark <[email protected]> Date: Sat Sep 12 16:09:50 2009 +0100 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. ----------------------------------------------------------------------- Summary of changes: MANIFEST | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/MANIFEST b/MANIFEST index e5dd605..499b4be 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 -- Perl5 Master Repository
