This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Use of code points over 0xFF in string bitwise operators
[perl5.git] / cpan / ExtUtils-MakeMaker / lib / ExtUtils / MM_MacOS.pm
CommitLineData
f582e489 1package ExtUtils::MM_MacOS;
d0843067 2
1e65eb70
SP
3use strict;
4
feb6a67a 5our $VERSION = '7.34';
f68c5403 6$VERSION = eval $VERSION;
f582e489 7
5dca256e 8sub new {
6324db4a 9 die 'MacOS Classic (MacPerl) is no longer supported by MakeMaker';
5dca256e 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 29Anyone interested in resurrecting this file should pull the old version
6324db4a 30from the MakeMaker CVS repository and contact makemaker@perl.org.
943b127a 31
479d2113 32=cut
943b127a 33
f582e489 341;