summaryrefslogtreecommitdiff
path: root/pod/perl5120delta.pod
diff options
context:
space:
mode:
authorDavid Steinbrunner <dsteinbrunner@pobox.com>2013-05-21 07:26:05 -0400
committerJames E Keenan <jkeenan@cpan.org>2013-05-25 15:17:16 +0200
commit12b4b02f448379ffad164125cdb0659017725449 (patch)
treee00ad6a89b0c2a37a32876bd35060b2633899ae1 /pod/perl5120delta.pod
parent8268b43eb3334e9fb0121f9d7d192eb3d98eb851 (diff)
downloadperl-12b4b02f448379ffad164125cdb0659017725449.tar.gz
typo fixes for delta pods
Diffstat (limited to 'pod/perl5120delta.pod')
-rw-r--r--pod/perl5120delta.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perl5120delta.pod b/pod/perl5120delta.pod
index 6cbfb7adf3..b8bd646bdd 100644
--- a/pod/perl5120delta.pod
+++ b/pod/perl5120delta.pod
@@ -279,7 +279,7 @@ functions to check a scalar against these rules.
=head2 @INC reorganization
-In C<@INC>, C<ARCHLIB> and C<PRIVLIB> now occur after after the current
+In C<@INC>, C<ARCHLIB> and C<PRIVLIB> now occur after the current
version's C<site_perl> and C<vendor_perl>. Modules installed into
C<site_perl> and C<vendor_perl> will now be loaded in preference to
those installed in C<ARCHLIB> and C<PRIVLIB>.
@@ -743,7 +743,7 @@ the most widely used are the soft hyphen (U+00AD), and BOM, ZWSP, ZWNJ,
WJ, and similar characters, plus bidirectional controls.
C<\p{Alpha}> now matches the same characters as C<\p{Alphabetic}>. Before
-5.12, Perl's definition definition included a number of things that aren't
+5.12, Perl's definition included a number of things that aren't
really alpha (all marks) while omitting many that were. The definitions
of C<\p{Alnum}> and C<\p{Word}> depend on Alpha's definition and have
changed accordingly.