summaryrefslogtreecommitdiff
path: root/pod/perl5120delta.pod
diff options
context:
space:
mode:
authorPeter J. Acklam) (via RT <perlbug-followup@perl.org>2011-01-06 23:14:00 -0800
committerAbigail <abigail@abigail.be>2011-01-07 11:21:48 +0100
commitc69ca1d4c45d8f9405e06ad3419c8ab43c8ae1d0 (patch)
tree5901edce96f54f37cc26a2c3591fbe0428626de9 /pod/perl5120delta.pod
parent93f09d7ba52fad6ba827274ee4fa13235edb2b44 (diff)
downloadperl-c69ca1d4c45d8f9405e06ad3419c8ab43c8ae1d0.tar.gz
Fix typos in pod/*
# New Ticket Created by (Peter J. Acklam) # Please include the string: [perl #81906] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81906 >
Diffstat (limited to 'pod/perl5120delta.pod')
-rw-r--r--pod/perl5120delta.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/pod/perl5120delta.pod b/pod/perl5120delta.pod
index afe677303a..cfee5641b8 100644
--- a/pod/perl5120delta.pod
+++ b/pod/perl5120delta.pod
@@ -287,7 +287,7 @@ those installed in C<ARCHLIB> and C<PRIVLIB>.
=head2 REGEXPs are now first class
-Internally, Perl now treates compiled regular expressions (such as
+Internally, Perl now treats compiled regular expressions (such as
those created with C<qr//>) as first class entities. Perl modules which
serialize, deserialize or otherwise have deep interaction with Perl's
internal data structures need to be updated for this change. Most
@@ -589,7 +589,7 @@ on CPAN which require these should add them to their prerequisites. The
core versions of these modules warnings will issue a deprecation warning.
If you ship a packaged version of Perl, either alone or as part of a
-larger system, then you should carefully consider the reprecussions of
+larger system, then you should carefully consider the repercussions of
core module deprecations. You may want to consider shipping your default
build of Perl with packages for some or all deprecated modules which
install into C<vendor> or C<site> perl library directories. This will
@@ -1667,7 +1667,7 @@ C<\N{...}> now compiles better, always forces UTF-8 internal representation
Perl's developers have fixed several problems with the recognition of
C<\N{...}> constructs. As part of this, perl will store any scalar
or regex containing C<\N{I<name>}> or C<\N{U+I<wide hex char>}> in its
-definition in UTF-8 format. (This was true previously for all occurences
+definition in UTF-8 format. (This was true previously for all occurrences
of C<\N{I<name>}> that did not use a custom translator, but now it's
always true.)