OS/2: bug found by John Poltorak.
[p5sagit/p5-mst-13.2.git] / README.macos
CommitLineData
26d9b02f 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
0422ea20 9
26d9b02f 10=head1 SYNOPSIS
11
12This document briefly describes perl under Mac OS (Classic).
13If you are running perl under Mac OS X, you don't want to be
14here (unless you are in the Classic environment under Mac OS X).
15
0422ea20 16When we say "Mac OS" below, we mean Mac OS 7, 8, and 9, and I<not>
17Mac OS X.
18
26d9b02f 19
26d9b02f 20=head1 DESCRIPTION
21
ee1db23e 22The latest perl source itself builds on Mac OS, with some additional
23pieces. Support for Mac OS is now in the perl core, and MacPerl is kept
24in close sync with regular perl releases.
26d9b02f 25
26d9b02f 26To build perl for Mac OS (as an MPW tool), you will need the addition
0422ea20 27of the F<macos> subdirectory, distributed separately. It includes extra
28source files, config files, and make files. It also includes extra
29Mac-specific modules.
26d9b02f 30
0422ea20 31To build the MacPerl application, you will also need the F<macperl>
26d9b02f 32directory, which includes the source files for creating the
33application itself.
34
862b5365 35All of this is available from the development site, via
0422ea20 36HTTP (in the MacPerl Installer, which includes all the source
37and binaries) and anonymous CVS.
26d9b02f 38
862b5365 39 http://dev.macperl.org/
40
ee1db23e 41The source is also in the main perl repository in the macperl
42branch (the 5.6 source is in the maint-5.6/macperl branch).
26d9b02f 43
44You will also need compilers and libraries, all of them freely
45available. These are linked to from the SourceForge site. Go that site
46for all things having to do with MacPerl development.
47
0422ea20 48MacPerl 5.6.1 and later are supported on Mac OS 8.1 and later, for 68040
49and PowerPC architectures. The MPW tool may be used on Mac OS 7.5.5
50and 68030 computers.
51
52MacPerl 5.2.0r4 is also available, on the CPAN and on SourceForge. It
ee1db23e 53is based on perl 5.004, and works with Mac OS 7.5.5 and 68030 computers.
26d9b02f 54
0422ea20 55
26d9b02f 56=head1 AUTHOR
57
58perl was ported to Mac OS by Matthias Neeracher
59E<lt>neeracher@mac.comE<gt>. It is currently maintained by Chris
60Nandor E<lt>pudge@pobox.comE<gt>.
61
0422ea20 62
26d9b02f 63=head1 DATE
64
ee1db23e 65Last modified 2002.05.02.