This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Integrate Memoize 0.64. Few tweaks were required in
[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
13here (unless you are in the Classic environment under Mac OS X).
14
15When we say "Mac OS" below, we mean pre-Mac OS X, which includes
16Mac OS 7, 8, and 9.
17
26d9b02f
JH
18=head1 DESCRIPTION
19
20The perl 5.6.1 source itself builds on Mac OS, with some additional
21pieces. Support for Mac OS is now in the perl core, and MacPerl will be
22able to, in the future, keep in closer sync with regular perl releases.
23
24At this time, though, it is very buggy, and is under development. An
25alpha release is coming very soon.
26
27To build perl for Mac OS (as an MPW tool), you will need the addition
28of the "macos" subdirectory, distributed separately. It includes extra
29source files, config files, and make files. It also includes a lot of
30extra Mac-specific modules.
31
32To build the MacPerl application, you will also need the "macperl"
33directory, which includes the source files for creating the
34application itself.
35
36All of this is also available from the SourceForge site, via
37HTTP, FTP, and anonymous CVS.
38
39 http://macperl.sourceforge.net/
40
41You will also need compilers and libraries, all of them freely
42available. These are linked to from the SourceForge site. Go that site
43for all things having to do with MacPerl development.
44
45MacPerl 5.2.0r4 is available on the CPAN and on SourceForge. It
46is based on perl 5.004.
47
26d9b02f
JH
48=head1 AUTHOR
49
50perl was ported to Mac OS by Matthias Neeracher
51E<lt>neeracher@mac.comE<gt>. It is currently maintained by Chris
52Nandor E<lt>pudge@pobox.comE<gt>.
53
26d9b02f
JH
54=head1 DATE
55
56Last modified 2001.04.05.