Change 27985 by [EMAIL PROTECTED] on 2006/04/27 19:14:04
I didn't want ExtUtils::CBuilder. Only ExtUtils::ParseXS, and that's
merely as a side effect of xsubpp now being a thin wrapper around it.
Affected files ...
... //depot/maint-5.8/perl/MANIFEST#284 edit
... //depot/maint-5.8/perl/lib/ExtUtils/CBuilder.pm#2 delete
... //depot/maint-5.8/perl/lib/ExtUtils/CBuilder/Base.pm#2 delete
... //depot/maint-5.8/perl/lib/ExtUtils/CBuilder/Platform/Unix.pm#2 delete
... //depot/maint-5.8/perl/lib/ExtUtils/CBuilder/Platform/VMS.pm#2 delete
... //depot/maint-5.8/perl/lib/ExtUtils/CBuilder/Platform/Windows.pm#2 delete
... //depot/maint-5.8/perl/lib/ExtUtils/CBuilder/Platform/aix.pm#2 delete
... //depot/maint-5.8/perl/lib/ExtUtils/CBuilder/Platform/cygwin.pm#2 delete
... //depot/maint-5.8/perl/lib/ExtUtils/CBuilder/Platform/darwin.pm#2 delete
... //depot/maint-5.8/perl/lib/ExtUtils/CBuilder/Platform/dec_osf.pm#2 delete
... //depot/maint-5.8/perl/lib/ExtUtils/CBuilder/Platform/os2.pm#2 delete
... //depot/maint-5.8/perl/lib/ExtUtils/CBuilder/t/01-basic.t#2 delete
... //depot/maint-5.8/perl/lib/ExtUtils/CBuilder/t/02-link.t#2 delete
... //depot/maint-5.8/perl/lib/ExtUtils/ParseXS/t/XSTest.pm#2 delete
... //depot/maint-5.8/perl/lib/ExtUtils/ParseXS/t/XSTest.xs#2 delete
... //depot/maint-5.8/perl/lib/ExtUtils/ParseXS/t/basic.t#3 delete
Differences ...
==== //depot/maint-5.8/perl/MANIFEST#284 (text) ====
Index: perl/MANIFEST
--- perl/MANIFEST#283~27981~ 2006-04-27 10:48:33.000000000 -0700
+++ perl/MANIFEST 2006-04-27 12:14:04.000000000 -0700
@@ -1325,18 +1325,6 @@
lib/Exporter/Heavy.pm Complicated routines for Exporter
lib/Exporter.pm Exporter base class
lib/Exporter.t See if Exporter works
-lib/ExtUtils/CBuilder/t/01-basic.t tests for ExtUtils::CBuilder
-lib/ExtUtils/CBuilder/t/02-link.t tests for ExtUtils::CBuilder
-lib/ExtUtils/CBuilder/Base.pm Base class for ExtUtils::CBuilder methods
-lib/ExtUtils/CBuilder/Platform/aix.pm CBuilder methods for AIX
-lib/ExtUtils/CBuilder/Platform/cygwin.pm CBuilder methods for cygwin
-lib/ExtUtils/CBuilder/Platform/darwin.pm CBuilder methods for darwin
-lib/ExtUtils/CBuilder/Platform/dec_osf.pm CBuilder methods for OSF
-lib/ExtUtils/CBuilder/Platform/os2.pm CBuilder methods for OS/2
-lib/ExtUtils/CBuilder/Platform/Unix.pm CBuilder methods for Unix
-lib/ExtUtils/CBuilder/Platform/VMS.pm CBuilder methods for VMS
-lib/ExtUtils/CBuilder/Platform/Windows.pm CBuilder methods for Windows
-lib/ExtUtils/CBuilder.pm Compile and link C code for Perl modules
lib/ExtUtils/Changes MakeMaker change log
lib/ExtUtils/Command/MM.pm Calling MM functions from the cmd line
lib/ExtUtils/Command.pm Utilities for Make on non-UNIX platforms
@@ -1380,9 +1368,6 @@
lib/ExtUtils/MY.pm MakeMaker user override class
lib/ExtUtils/NOTES Notes about MakeMaker internals
lib/ExtUtils/Packlist.pm Manipulates .packlist files
-lib/ExtUtils/ParseXS/t/XSTest.pm Test file for ExtUtils::ParseXS tests
-lib/ExtUtils/ParseXS/t/XSTest.xs Test file for ExtUtils::ParseXS tests
-lib/ExtUtils/ParseXS/t/basic.t See if ExtUtils::ParseXS works
lib/ExtUtils/ParseXS.pm converts Perl XS code into C code
lib/ExtUtils/PATCHING Suggestions for patching MakeMaker
lib/ExtUtils/README MakeMaker README
End of Patch.