1PERLMACOS(1) Perl Programmers Reference Guide PERLMACOS(1)
2
3
4
6 README.macos - Perl under Mac OS (Classic)
7
9 This document briefly describes perl under Mac OS (Classic). If you
10 are running perl under Mac OS X, you don't want to be here (unless you
11 are in the Classic environment under Mac OS X).
12
13 When we say "Mac OS" below, we mean Mac OS 7, 8, and 9, and not Mac OS
14 X.
15
17 The latest perl source itself builds on Mac OS, with some additional
18 pieces. Support for Mac OS is now in the perl core, and MacPerl is kept
19 in close sync with regular perl releases.
20
21 To build perl for Mac OS (as an MPW tool), you will need the addition
22 of the macos subdirectory, distributed separately. It includes extra
23 source files, config files, and make files. It also includes extra
24 Mac-specific modules.
25
26 To build the MacPerl application, you will also need the macperl direc‐
27 tory, which includes the source files for creating the application
28 itself.
29
30 All of this is available from the development site, via HTTP (in the
31 MacPerl Installer, which includes all the source and binaries) and
32 anonymous CVS.
33
34 http://dev.macperl.org/
35
36 The source is also in the main perl repository in the macperl branch
37 (the 5.6 source is in the maint-5.6/macperl branch).
38
39 You will also need compilers and libraries, all of them freely avail‐
40 able. These are linked to from the SourceForge site. Go that site for
41 all things having to do with MacPerl development.
42
43 MacPerl 5.6.1 and later are supported on Mac OS 8.1 and later, for
44 68040 and PowerPC architectures. The MPW tool may be used on Mac OS
45 7.5.5 and 68030 computers.
46
47 MacPerl 5.2.0r4 is also available, on the CPAN and on SourceForge. It
48 is based on perl 5.004, and works with Mac OS 7.5.5 and 68030 comput‐
49 ers.
50
52 perl was ported to Mac OS by Matthias Neeracher <neeracher@mac.com>.
53 It is currently maintained by Chris Nandor <pudge@pobox.com>.
54
56 Last modified 2002.05.02.
57
58
59
60perl v5.8.8 2006-01-07 PERLMACOS(1)