This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
new perldelta
[perl5.git] / cpan / ExtUtils-MakeMaker / lib / ExtUtils / MM_MacOS.pm
CommitLineData
f582e489 1package ExtUtils::MM_MacOS;
d0843067 2
1e65eb70 3use strict;
6d12145e 4use warnings;
1e65eb70 5
024665c4 6our $VERSION = '7.70';
3000ebb8 7$VERSION =~ tr/_//d;
f582e489 8
5dca256e 9sub new {
6324db4a 10 die 'MacOS Classic (MacPerl) is no longer supported by MakeMaker';
5dca256e 11}
f582e489
MS
12
13=head1 NAME
14
5dca256e 15ExtUtils::MM_MacOS - once produced Makefiles for MacOS Classic
f582e489
MS
16
17=head1 SYNOPSIS
18
5dca256e 19 # MM_MacOS no longer contains any code. This is just a stub.
f582e489
MS
20
21=head1 DESCRIPTION
22
5dca256e
RGS
23Once upon a time, MakeMaker could produce an approximation of a correct
24Makefile on MacOS Classic (MacPerl). Due to a lack of maintainers, this
25fell out of sync with the rest of MakeMaker and hadn't worked in years.
26Since there's little chance of it being repaired, MacOS Classic is fading
27away, and the code was icky to begin with, the code has been deleted to
28make maintenance easier.
f582e489 29
5dca256e 30Anyone interested in resurrecting this file should pull the old version
6324db4a 31from the MakeMaker CVS repository and contact makemaker@perl.org.
943b127a 32
479d2113 33=cut
943b127a 34
f582e489 351;