diff options
author | Apocalypse <perl@0ne.us> | 2011-02-15 18:38:04 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-02-15 20:25:25 -0800 |
commit | 96090e4f0acf1d24051c680595b4740bd24cb69a (patch) | |
tree | 2018450c5cbec81deb0268f3d899e03534c797b9 /pod/perlreapi.pod | |
parent | c05760c68edc298aadab73da2781ba0fe1cf24b6 (diff) | |
download | perl-96090e4f0acf1d24051c680595b4740bd24cb69a.tar.gz |
Fix bad pod links found by Test::Pod::LinkCheck
Diffstat (limited to 'pod/perlreapi.pod')
-rw-r--r-- | pod/perlreapi.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlreapi.pod b/pod/perlreapi.pod index dfe7af52ad..7028650549 100644 --- a/pod/perlreapi.pod +++ b/pod/perlreapi.pod @@ -131,7 +131,7 @@ Additional flags: Set if C<use locale> is in effect. If present in C<< rx->extflags >> C<split> will use the locale dependent definition of whitespace under when RXf_SKIPWHITE or RXf_WHITE are in effect. Under ASCII whitespace -is defined as per L<isSPACE|perlapi/ISSPACE>, and by the internal +is defined as per L<isSPACE|perlapi/isSPACE>, and by the internal macros C<is_utf8_space> under UTF-8 and C<isSPACE_LC> under C<use locale>. |