This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In test.pl, refactor the implementation of warning_{is,like} and warnings_like.
[perl5.git] / README.macos
CommitLineData
26d9b02f
JH
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
26d9b02f
JH
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
c22d4cd0
JV
13here (unless you are in the Classic environment under early versions of
14Mac OS X).
26d9b02f 15
0422ea20
CN
16When we say "Mac OS" below, we mean Mac OS 7, 8, and 9, and I<not>
17Mac OS X.
18
26d9b02f 19
26d9b02f
JH
20=head1 DESCRIPTION
21
c22d4cd0 22The port of Perl to to Mac OS was officially removed as of Perl 5.12,
f858446f 23though the last official production release of MacPerl corresponded to
c22d4cd0
JV
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.
26d9b02f 26
c22d4cd0
JV
27Historical information (and working binaries of the last released version)
28are available from L<http://dev.macperl.org> as of October 2009.
0422ea20 29
26d9b02f
JH
30=head1 AUTHOR
31
32perl was ported to Mac OS by Matthias Neeracher
c22d4cd0
JV
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.