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