diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2001-04-06 07:31:30 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2001-04-06 07:31:30 +0000 |
commit | d72c2fc956b5cb46ede17d06f89a463c78f1cf5f (patch) | |
tree | 9b24068fa2534b598d01cc94472e6bac92185416 /pod | |
parent | 98d980b693c1acf1c21c90f99838efcfef90bca7 (diff) | |
download | perl-d72c2fc956b5cb46ede17d06f89a463c78f1cf5f.tar.gz |
add README.macos (from Chris Nandor)
tyop in change#9555
p4raw-link: @9555 on //depot/perl: 6a0af2f17bcde4767b90a72eff7083c5effff21d
p4raw-id: //depot/maint-5.6/perl@9587
Diffstat (limited to 'pod')
-rwxr-xr-x | pod/buildtoc.PL | 2 | ||||
-rw-r--r-- | pod/perl.pod | 1 | ||||
-rw-r--r-- | pod/perlfaq9.pod | 2 |
3 files changed, 4 insertions, 1 deletions
diff --git a/pod/buildtoc.PL b/pod/buildtoc.PL index 507f9d3356..7c5a45018e 100755 --- a/pod/buildtoc.PL +++ b/pod/buildtoc.PL @@ -158,6 +158,7 @@ if (-d "pod") { perlepoc perlhpux perlmachten + perlmacos perlmpeix perlos2 perlos390 @@ -177,6 +178,7 @@ if (-d "pod") { perlepoc perlhpux perlmachten + perlmacos perlmpeix perlos2 perlos390 diff --git a/pod/perl.pod b/pod/perl.pod index d64943ead2..b7e88fb242 100644 --- a/pod/perl.pod +++ b/pod/perl.pod @@ -112,6 +112,7 @@ For ease of access, the Perl manual has been split up into several sections: perlepoc Perl notes for EPOC perlhpux Perl notes for HP-UX perlmachten Perl notes for Power MachTen + perlmacos Perl notes for Mac OS (Classic) perlmpeix Perl notes for MPE/iX perlos2 Perl notes for OS/2 perlos390 Perl notes for OS/390 diff --git a/pod/perlfaq9.pod b/pod/perlfaq9.pod index 2609c4482e..96763802c5 100644 --- a/pod/perlfaq9.pod +++ b/pod/perlfaq9.pod @@ -394,7 +394,7 @@ the MIME/QP encoding. Decoding BASE64 becomes as simple as: use MIME::Base64; $decoded = decode_base64($encoded); -The MIME-Tools package (available from CPAN) support exctraction with +The MIME-Tools package (available from CPAN) supports extraction with decoding of BASE64 encoded attachments and content directly from email messages. |