This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Provide support for types PVN and UNDEF in
[perl5.git] / lib / ExtUtils / MM_MacOS.pm
CommitLineData
f582e489 1package ExtUtils::MM_MacOS;
d0843067 2
5dca256e 3$VERSION = 1.08;
f582e489 4
5dca256e
RGS
5sub new {
6 die <<'UNSUPPORTED';
7MacOS Classic (MacPerl) is no longer supported by MakeMaker.
8Please use Module::Build instead.
9UNSUPPORTED
10}
f582e489
MS
11
12=head1 NAME
13
5dca256e 14ExtUtils::MM_MacOS - once produced Makefiles for MacOS Classic
f582e489
MS
15
16=head1 SYNOPSIS
17
5dca256e 18 # MM_MacOS no longer contains any code. This is just a stub.
f582e489
MS
19
20=head1 DESCRIPTION
21
5dca256e
RGS
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
RGS
29Those interested in writing modules for MacPerl should use Module::Build
30which works better than MakeMaker ever did.
dedf98bc 31
5dca256e
RGS
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;