/usr/share/perl/5.30.0/ExtUtils
NameSizeModeActions
CBuilder/-0755rm
Command/-0755rm
Constant/-0755rm
Liblist/-0755rm
MakeMaker/-0755rm
ParseXS/-0755rm
Typemaps/-0755rm
CBuilder.pm88800644editdlrm
Command.pm78020644editdlrm
Constant.pm150500644editdlrm
Embed.pm128680644editdlrm
Install.pm409630644editdlrm
Installed.pm143630644editdlrm
Liblist.pm95000644editdlrm
MakeMaker.pm1083530644editdlrm
Manifest.pm234710644editdlrm
MANIFEST.SKIP11050644editdlrm
Miniperl.pm76750644editdlrm
Mkbootstrap.pm33060644editdlrm
Mksymlists.pm110020644editdlrm
MM.pm21380644editdlrm
MM_AIX.pm14030644editdlrm
MM_Any.pm827620644editdlrm
MM_BeOS.pm10440644editdlrm
MM_Cygwin.pm40850644editdlrm
MM_Darwin.pm9360644editdlrm
MM_DOS.pm10520644editdlrm
MM_MacOS.pm8920644editdlrm
MM_NW5.pm54660644editdlrm
MM_OS2.pm32170644editdlrm
MM_QNX.pm8940644editdlrm
MM_Unix.pm1104510644editdlrm
MM_UWIN.pm9810644editdlrm
MM_VMS.pm681160644editdlrm
MM_VOS.pm7490644editdlrm
MM_Win32.pm144020644editdlrm
MM_Win95.pm12810644editdlrm
MY.pm6780644editdlrm
Packlist.pm85650644editdlrm
ParseXS.pm668670644editdlrm
ParseXS.pod44060644editdlrm
testlib.pm9160644editdlrm
typemap113150644editdlrm
Typemaps.pm268930644editdlrm
xsubpp50710644editdlrm
Edit: /usr/share/perl/5.30.0/ExtUtils/MM_MacOS.pm (892B)
package ExtUtils::MM_MacOS; use strict; our $VERSION = '7.34'; $VERSION = eval $VERSION; sub new { die 'MacOS Classic (MacPerl) is no longer supported by MakeMaker'; } =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. Anyone interested in resurrecting this file should pull the old version from the MakeMaker CVS repository and contact makemaker@perl.org. =cut 1;