This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
127161e
)
perlrebackslash: Nit
author
Karl Williamson
<khw@cpan.org>
Mon, 30 Mar 2015 03:23:14 +0000
(21:23 -0600)
committer
Karl Williamson
<khw@cpan.org>
Mon, 30 Mar 2015 04:14:01 +0000
(22:14 -0600)
pod/perlrebackslash.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perlrebackslash.pod
b/pod/perlrebackslash.pod
index
b9664aa
..
55df618
100644
(file)
--- a/
pod/perlrebackslash.pod
+++ b/
pod/perlrebackslash.pod
@@
-67,7
+67,7
@@
as C<Not in [].>
\a Alarm or bell.
\A Beginning of string. Not in [].
\b{}, \b Boundary. (\b is a backspace in []).
- \B{}, \B Not a boundary.
+ \B{}, \B Not a boundary.
Not in [].
\cX Control-X.
\C Single octet, even under UTF-8. Not in [].
(Deprecated)