Fixes for the test suite on OS/2
[p5sagit/p5-mst-13.2.git] / lib / ExtUtils / MM_MacOS.pm
CommitLineData
f582e489 1package ExtUtils::MM_MacOS;
d0843067 2
562c8117 3$VERSION = 1.09;
f582e489 4
5dca256e 5sub new {
6 die <<'UNSUPPORTED';
7MacOS Classic (MacPerl) is no longer supported by MakeMaker.
8Please use Module::Build instead.
9UNSUPPORTED
10}
f582e489 11
12=head1 NAME
13
5dca256e 14ExtUtils::MM_MacOS - once produced Makefiles for MacOS Classic
f582e489 15
16=head1 SYNOPSIS
17
5dca256e 18 # MM_MacOS no longer contains any code. This is just a stub.
f582e489 19
20=head1 DESCRIPTION
21
5dca256e 22Once upon a time, MakeMaker could produce an approximation of a correct
23Makefile on MacOS Classic (MacPerl). Due to a lack of maintainers, this
24fell out of sync with the rest of MakeMaker and hadn't worked in years.
25Since there's little chance of it being repaired, MacOS Classic is fading
26away, and the code was icky to begin with, the code has been deleted to
27make maintenance easier.
f582e489 28
5dca256e 29Those interested in writing modules for MacPerl should use Module::Build
30which works better than MakeMaker ever did.
dedf98bc 31
5dca256e 32Anyone interested in resurrecting this file should pull the old version
33from the MakeMaker CVS repository and contact makemaker@perl.org, but we
34really encourage you to work on Module::Build instead.
943b127a 35
479d2113 36=cut
943b127a 37
f582e489 381;