summaryrefslogtreecommitdiff
path: root/pod/perlfunc.pod
diff options
context:
space:
mode:
authorSHIRAKATA Kentaro <argrath@ub32.org>2013-04-23 17:34:07 +0900
committerJames E Keenan <jkeenan@cpan.org>2013-04-23 20:00:51 -0400
commitf321be7e68d63f48424096568e313ccad2b06211 (patch)
treea7cace2a8666ca0f04566808fdd931f4c0893cd7 /pod/perlfunc.pod
parent617b0ec97dba4848d15439fac520f7269975cf65 (diff)
downloadperl-f321be7e68d63f48424096568e313ccad2b06211.tar.gz
POD nitpicks.
Also, rebreak some verbatim lines to avoid porting error. Update known_pod_issues.dat.
Diffstat (limited to 'pod/perlfunc.pod')
-rw-r--r--pod/perlfunc.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod
index 050e2d5490..33d36d90b7 100644
--- a/pod/perlfunc.pod
+++ b/pod/perlfunc.pod
@@ -5356,7 +5356,7 @@ This protects against those locales where characters such as C<"|"> are
considered to be word characters.
Otherwise, Perl quotes non-ASCII characters using an adaptation from
-Unicode (see L<http://www.unicode.org/reports/tr31/>.)
+Unicode (see L<http://www.unicode.org/reports/tr31/>).
The only code points that are quoted are those that have any of the
Unicode properties: Pattern_Syntax, Pattern_White_Space, White_Space,
Default_Ignorable_Code_Point, or General_Category=Control.