From b787fad4c79da06d28c957e5a9cb8faf91e91013 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Wed, 11 Jul 2001 00:37:19 +0000 Subject: [PATCH] Integrate #11263 from macperl; macos and macosx updates. p4raw-id: //depot/perl@11271 p4raw-integrated: from //depot/maint-5.6/macperl@11270 'merge in' pod/perlport.pod (@11007..) --- pod/perlport.pod | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/pod/perlport.pod b/pod/perlport.pod index 4ef710d..6496230 100644 --- a/pod/perlport.pod +++ b/pod/perlport.pod @@ -595,7 +595,7 @@ are a few of the more popular Unix flavors: Linux linux ppc-linux HP-UX hpux PA-RISC1.1 IRIX irix irix - Mac OS X rhapsody rhapsody + Mac OS X darwin darwin MachTen PPC machten powerpc-machten NeXT 3 next next-fat NeXT 4 next OPENSTEP-Mach @@ -784,14 +784,10 @@ the application or MPW tool version is running, check: $is_ppc = $MacPerl::Architecture eq 'MacPPC'; $is_68k = $MacPerl::Architecture eq 'Mac68K'; -S and S, based on NeXT's OpenStep OS, will -(in theory) be able to run MacPerl natively, under the "Classic" -environment. The new "Cocoa" environment (formerly called the "Yellow Box") -may run a slightly modified version of MacPerl, using the Carbon interfaces. - -S and its Open Source version, Darwin, both run Unix -perl natively (with a few patches). Full support for these -is slated for perl 5.6. +S, based on NeXT's OpenStep OS, runs MacPerl natively, under the +"Classic" environment. There is no "Carbon" version of MacPerl to run +under the primary Mac OS X environment. S and its Open Source +version, Darwin, both run Unix perl natively. Also see: @@ -1897,7 +1893,7 @@ distribution available at http://www.perl.com/CPAN/src/index.html AIX AmigaOS - Darwin (Rhapsody) + Darwin (Mac OS X) DG/UX DOS DJGPP 1) DYNIX/ptx @@ -2085,9 +2081,6 @@ Michael G Schwern , Dan Sugalski , Nathan Torkington . -This document is maintained by Chris Nandor -. - =head1 VERSION -Version 1.49, last modified 07 Jun 2001 +Version 1.50, last modified 10 Jul 2001 -- 2.7.4