From 7a88bca7f9960418e36407dbc3e900fd7c775f8e Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sun, 3 Feb 2013 12:35:56 -0800 Subject: [PATCH] perldiag.pod: Remove regexp cat from \b{ \B{ message It is no longer in that category as of 147508a29c9. --- pod/perldiag.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 80b39a8..e5f12c3 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -540,7 +540,7 @@ Check your control flow and number of arguments. =item "\B{" is deprecated; use "\B\{" or "\B[{]" instead in regex; marked by <-- HERE in m/%s/ -(W deprecated, regexp) Use of an unescaped "{" immediately following a +(W deprecated) Use of an unescaped "{" immediately following a C<\b> or C<\B> is now deprecated so as to reserve its use for Perl itself in a future release. You can either precede the brace with a backslash, or enclose it in square brackets; the latter is the way to go -- 2.7.4