From e49a87d3d9ad9be22a42750ec0af7578e0f0f15b Mon Sep 17 00:00:00 2001 From: "Stephen P. Potter" Date: Sat, 7 Apr 2001 16:37:05 -0400 Subject: [PATCH] Typos in perl571delta.pod Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org> p4raw-id: //depot/perl@9627 --- pod/perl571delta.pod | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/pod/perl571delta.pod b/pod/perl571delta.pod index a7051fc..e049fdc 100644 --- a/pod/perl571delta.pod +++ b/pod/perl571delta.pod @@ -100,7 +100,7 @@ of PerlIO on your architecture name. =item * File handles can be marked as accepting Perl's internal encoding of Unicode -(UTF-8 or UTF-EBCDIC depending on platfrom) by a pseudo layer ":utf8" : +(UTF-8 or UTF-EBCDIC depending on platform) by a pseudo layer ":utf8" : open($fh,">:utf8","Uni.txt"); @@ -187,9 +187,9 @@ C<\s> doesn't.) =item * -B::Concise is a new compiler backend for walking the Perl syntax tree, +B::Concise is a new compiler back end for walking the Perl syntax tree, printing concise info about ops. The output is highly customizable, -so customizable that B::Terse has been reimplemented in terms of +so customizable that B::Terse has been re-implemented in terms of B::Concise. =item * @@ -205,7 +205,7 @@ if not possible, the familiar Perl library implementation is used. =item * -Digest, a frontend module for calculating digests (checksums), +Digest, a front end module for calculating digests (checksums), from Gisle Aas, has been added. =item * @@ -229,14 +229,14 @@ Any encoding supported by Encode module is also available to the =item * -Filter::Simple is an easy-to-use frontend to Filter::Util::Call, +Filter::Simple is an easy-to-use front end to Filter::Util::Call, from Damian Conway. =item * Filter::Util::Call, from Paul Marquess, provides you with the framework to write I in Perl. For most uses -the frontend Filter::Simple is to be preferred. +the front end Filter::Simple is to be preferred. =item * @@ -296,7 +296,7 @@ Tie::RefHash::Nestable, from Edward Avis, allows storing hash references =item * -XS::Typemap is a test extension that exercizes XS typemaps. +XS::Typemap is a test extension that exercises XS typemaps. Nothing gets installed but for extension writers the code is worth studying. @@ -309,7 +309,7 @@ worth studying. =item * B::Deparse should be now more robust (still far from providing a full -roundtrip for any random piece of Perl code). +round trip for any random piece of Perl code). =item * @@ -334,7 +334,7 @@ as a sockatmark() function. =item IO::Socket::INET has support for ReusePort option (if your platform -suppport it). The Reuse option has now an alias, ReuseAddr. +supports it). The Reuse option has now an alias, ReuseAddr. =item * @@ -418,12 +418,12 @@ Internals of PerlIO with layers. =head2 README.aix Documentation on compiling Perl on AIX has been added. AIX has -several different C compilers and getting the right patchlevel +several different C compilers and getting the right patch level is essential. On install README.aix will be installed as L. =head2 README.bs2000 -Documentation on compling Perl on the POSIX-BC platform (an EBCDIC +Documentation on compiling Perl on the POSIX-BC platform (an EBCDIC mainframe environment) has been added. This was formerly known as README.posix-bc but the name was considered @@ -499,7 +499,7 @@ AmigaOS has been verified to be happy with Perl after a long pause. MacOS Classic (MacPerl has of course been available since perl 5.004 but now the source code bases of standard Perl -and MacPerl have been synchronised) +and MacPerl have been synchronized) =item * @@ -718,7 +718,7 @@ If you believe you have an unreported bug, please run the B program included with your release. Be sure to trim your bug down to a tiny but sufficient test case. Your bug report, along with the output of C, will be sent off to perlbug@perl.org to be -analysed by the Perl porting team. +analyzed by the Perl porting team. =head1 SEE ALSO -- 2.7.4