develooper Front page | perl.perl5.porters | Postings from April 2009

Re: can MACOS_TRADITIONAL go?

Thread Previous
From:
Nicholas Clark
Date:
April 26, 2009 14:02
Subject:
Re: can MACOS_TRADITIONAL go?
Message ID:
20090426210229.GT71149@plum.flirble.org
On Tue, Feb 17, 2009 at 11:29:50PM +0000, Nicholas Clark wrote:
> On Sun, Feb 15, 2009 at 03:42:33PM -0600, Craig A. Berry wrote:
> > On Sun, Feb 15, 2009 at 12:23 PM, Nicholas Clark <nick@ccl4.org> wrote:
> > > There's a fair amount of conditional compilation in the perl core for
> > > MACOS_TRADITIONAL. Does anyone still use that? Does perl even still build
> > > on it?
> > >
> > > Can we remove it? It would make things simpler.
> > 
> > Looks like Schwern discontinued support for it in MakeMaker 6.21_03:
> > 
> > http://markmail.org/message/3r6noikb3ke5wcg4
> > 
> > which was nearly five years ago.
> 
> Does that mean that DynaLoader won't even build any more on it?

Given
http://perl5.git.perl.org/perl.git/blobdiff/baf7177e9c0fbdad246294d1c5ccab2ffb2ea28e..5dca256ec738057dc331fb644a93eca44ad5fa14:/lib/ExtUtils/MM_MacOS.pm 

+sub new {
+    die <<'UNSUPPORTED';
+MacOS Classic (MacPerl) is no longer supported by MakeMaker.
+Please use Module::Build instead.
+UNSUPPORTED
+}

I think that that will be a "yes". "yes, it won't". Since December 2004.

Chainsaws at dawn.

Nicholas Clark

Thread Previous


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About