/usr/share/perl5/ExtUtils
NameSizeModeActions
CBuilder/-0755rm
Command/-0755rm
Constant/-0755rm
Liblist/-0755rm
MakeMaker/-0755rm
ParseXS/-0755rm
Typemaps/-0755rm
CBuilder.pm93340644editdlrm
Changes_EU-Install104320644editdlrm
Command.pm74810644editdlrm
Constant.pm148600644editdlrm
Embed.pm131130644editdlrm
Install.pm405960644editdlrm
Installed.pm139930644editdlrm
Liblist.pm97050644editdlrm
MakeMaker.pm884050644editdlrm
Manifest.pm221990644editdlrm
MANIFEST.SKIP4690644editdlrm
Miniperl.pm75780644editdlrm
Mkbootstrap.pm32050644editdlrm
Mksymlists.pm108170644editdlrm
MM.pm21150644editdlrm
MM_AIX.pm15720644editdlrm
MM_Any.pm593370644editdlrm
MM_BeOS.pm9850644editdlrm
MM_Cygwin.pm22800644editdlrm
MM_Darwin.pm9190644editdlrm
MM_DOS.pm9510644editdlrm
MM_MacOS.pm11080644editdlrm
MM_NW5.pm65650644editdlrm
MM_OS2.pm37580644editdlrm
MM_OS390.pm22690444editdlrm
MM_QNX.pm8710644editdlrm
MM_Unix.pm942750644editdlrm
MM_UWIN.pm9560644editdlrm
MM_VMS.pm601980644editdlrm
MM_VOS.pm7260644editdlrm
MM_Win32.pm129430644editdlrm
MM_Win95.pm18950644editdlrm
MY.pm6530644editdlrm
Packlist.pm85400644editdlrm
ParseXS.pm588160644editdlrm
ParseXS.pod44060444editdlrm
testlib.pm8920644editdlrm
typemap75660644editdlrm
Typemaps.pm267950444editdlrm
xsubpp40930755editdlrm
Edit: /usr/share/perl5/ExtUtils/MM_MacOS.pm (1108B)
package ExtUtils::MM_MacOS; use strict; our $VERSION = 6.55_02; sub new { die <<'UNSUPPORTED'; MacOS Classic (MacPerl) is no longer supported by MakeMaker. Please use Module::Build instead. UNSUPPORTED } =head1 NAME ExtUtils::MM_MacOS - once produced Makefiles for MacOS Classic =head1 SYNOPSIS # MM_MacOS no longer contains any code. This is just a stub. =head1 DESCRIPTION Once upon a time, MakeMaker could produce an approximation of a correct Makefile on MacOS Classic (MacPerl). Due to a lack of maintainers, this fell out of sync with the rest of MakeMaker and hadn't worked in years. Since there's little chance of it being repaired, MacOS Classic is fading away, and the code was icky to begin with, the code has been deleted to make maintenance easier. Those interested in writing modules for MacPerl should use Module::Build which works better than MakeMaker ever did. Anyone interested in resurrecting this file should pull the old version from the MakeMaker CVS repository and contact makemaker@perl.org, but we really encourage you to work on Module::Build instead. =cut 1;