/usr/local/share/perl5/ExtUtils
NameSizeModeActions
CBuilder/-0755rm
Command/-0755rm
Liblist/-0755rm
MakeMaker/-0755rm
CBuilder.pm88940444editdlrm
Command.pm78020444editdlrm
Liblist.pm95000444editdlrm
MakeMaker.pm1073730444editdlrm
Manifest.pm234390444editdlrm
MANIFEST.SKIP9710444editdlrm
Mkbootstrap.pm33060444editdlrm
Mksymlists.pm110020444editdlrm
MM.pm21380444editdlrm
MM_AIX.pm12900444editdlrm
MM_Any.pm820970444editdlrm
MM_BeOS.pm10440444editdlrm
MM_Cygwin.pm40850444editdlrm
MM_Darwin.pm9350444editdlrm
MM_DOS.pm9760444editdlrm
MM_MacOS.pm8920444editdlrm
MM_NW5.pm53900444editdlrm
MM_OS2.pm31410444editdlrm
MM_QNX.pm8940444editdlrm
MM_Unix.pm1094590444editdlrm
MM_UWIN.pm9810444editdlrm
MM_VMS.pm677410444editdlrm
MM_VOS.pm7490444editdlrm
MM_Win32.pm144020444editdlrm
MM_Win95.pm12810444editdlrm
MY.pm6780444editdlrm
testlib.pm9160444editdlrm
Edit: /usr/local/share/perl5/ExtUtils/MM_MacOS.pm (892B)
package ExtUtils::MM_MacOS; use strict; our $VERSION = '7.24'; $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;