This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Implement win32_isatty()
[perl5.git] / README.macos
... / ...
CommitLineData
1If you read this file _as_is_, just ignore the funny characters you see.
2It is written in the POD format (see pod/perlpod.pod) which is specially
3designed to be readable as is.
4
5=head1 NAME
6
7README.macos - Perl under Mac OS (Classic)
8
9=head1 SYNOPSIS
10
11This document briefly describes perl under Mac OS (Classic).
12If you are running perl under Mac OS X, you don't want to be
13here (unless you are in the Classic environment under early versions of
14Mac OS X).
15
16When we say "Mac OS" below, we mean Mac OS 7, 8, and 9, and I<not>
17Mac OS X.
18
19
20=head1 DESCRIPTION
21
22The port of Perl to to Mac OS was officially removed as of Perl 5.12,
23though the last offical production release of MacPerl corresponded to
24Perl 5.6. While Perl 5.10 included the port to Mac OS, ExtUtils::MakeMaker,
25a core part of Perl's module installation infrastructure officially dropped support for Mac OS in April 2004.
26
27Historical information (and working binaries of the last released version)
28are available from L<http://dev.macperl.org> as of October 2009.
29
30=head1 AUTHOR
31
32perl was ported to Mac OS by Matthias Neeracher
33E<lt>neeracher@mac.comE<gt>. Chris Nandor E<lt>pudge@pobox.comE<gt>
34continued development and maintenance for the duration of the port's life.