/usr/share/perl5/vendor_perl/ExtUtils
NameSizeModeActions
CBuilder/-0755rm
Command/-0755rm
Liblist/-0755rm
MakeMaker/-0755rm
MM/-0755rm
ParseXS/-0755rm
Typemaps/-0755rm
CBuilder.pm88800644editdlrm
Command.pm78020644editdlrm
Install.pm410200644editdlrm
Installed.pm143630644editdlrm
Liblist.pm97430644editdlrm
MakeMaker.pm1105300644editdlrm
Manifest.pm234390644editdlrm
MANIFEST.SKIP9710644editdlrm
Mkbootstrap.pm33060644editdlrm
Mksymlists.pm110020644editdlrm
MM.pm21380644editdlrm
MM_AIX.pm14030644editdlrm
MM_Any.pm827530644editdlrm
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.pm1110710644editdlrm
MM_UWIN.pm9810644editdlrm
MM_VMS.pm681160644editdlrm
MM_VOS.pm7490644editdlrm
MM_Win32.pm144020644editdlrm
MM_Win95.pm12810644editdlrm
MY.pm6780644editdlrm
Packlist.pm85650644editdlrm
ParseXS.pm665720644editdlrm
ParseXS.pod44060644editdlrm
testlib.pm9160644editdlrm
Typemaps.pm267950644editdlrm
xsubpp50800755editdlrm
Edit: /usr/share/perl5/vendor_perl/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;