diff options
author | SHIRAKATA Kentaro <argrath@ub32.org> | 2013-04-23 17:34:07 +0900 |
---|---|---|
committer | James E Keenan <jkeenan@cpan.org> | 2013-04-23 20:00:51 -0400 |
commit | f321be7e68d63f48424096568e313ccad2b06211 (patch) | |
tree | a7cace2a8666ca0f04566808fdd931f4c0893cd7 /pod/perlfunc.pod | |
parent | 617b0ec97dba4848d15439fac520f7269975cf65 (diff) | |
download | perl-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.pod | 2 |
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. |