summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteffen Mueller <smueller@cpan.org>2009-09-29 08:28:37 +0200
committerSteffen Mueller <smueller@cpan.org>2009-09-29 08:28:37 +0200
commit5dc5b7fcbf03d7816aee0c03b97e94e58225d86d (patch)
tree733da3b6830b5276dbbc95a3fbaddba0cd4c6453
parent9bc94e3daeec8cdf07dfcc87a3f8e4e4db8b801a (diff)
downloadperl-5dc5b7fcbf03d7816aee0c03b97e94e58225d86d.tar.gz
remove Cwd/PathTools Makefile.PL from core
-rw-r--r--MANIFEST1
-rw-r--r--cpan/Cwd/Makefile.PL7
2 files changed, 0 insertions, 8 deletions
diff --git a/MANIFEST b/MANIFEST
index 1112c278db..25c96ea103 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -285,7 +285,6 @@ cpan/Cwd/lib/File/Spec.pm portable operations on file names
cpan/Cwd/lib/File/Spec/Unix.pm portable operations on Unix file names
cpan/Cwd/lib/File/Spec/VMS.pm portable operations on VMS file names
cpan/Cwd/lib/File/Spec/Win32.pm portable operations on Win32 and NetWare file names
-cpan/Cwd/Makefile.PL Cwd extension makefile maker
cpan/Cwd/t/crossplatform.t See if File::Spec works crossplatform
cpan/Cwd/t/cwd.t See if Cwd works
cpan/Cwd/t/Functions.t See if File::Spec::Functions works
diff --git a/cpan/Cwd/Makefile.PL b/cpan/Cwd/Makefile.PL
deleted file mode 100644
index 8d6c18753c..0000000000
--- a/cpan/Cwd/Makefile.PL
+++ /dev/null
@@ -1,7 +0,0 @@
-# core-only Makefile.PL
-use ExtUtils::MakeMaker;
-WriteMakefile(
- NAME => 'Cwd',
- VERSION_FROM => 'Cwd.pm',
- 'DEFINE' => '-DNO_PPPORT_H',
-);