Your message dated Sat, 14 Nov 2020 23:57:38 +0000
with message-id <[email protected]>
and subject line Re: perldiag: bad example for "Unescaped left brace in regex
is deprecated ..."
has caused the Debian Bug report #942037,
regarding perldiag: bad example for "Unescaped left brace in regex is
deprecated ..."
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
942037: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=942037
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: perl
Version: 5.30.0-6
The perldiag manpage, in the section "Unescaped left brace in regex
is deprecated ..." reads:
The contexts where no warnings or errors are raised are:
[...]
• as the first character in a parenthesized grouping like
/foo({bar)/
/foo(?:{bar)/
But /foo({bar)/ does trigger the warning:
$ perl -pe '/foo({bar)/' < /dev/null
Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.32),
passed through in regex; marked by <-- HERE in m/foo({ <-- HERE bar)/ at -e
line 1.
-- System Information:
Architecture: i386
Versions of packages perl depends on:
ii dpkg 1.19.7
ii perl-base 5.30.0-6
ii perl-modules-5.30 5.30.0-6
ii libperl5.30 5.30.0-6
--
Jakub Wilk
--- End Message ---
--- Begin Message ---
Version: 5.32.0~rc1-1
On Wed, Oct 09, 2019 at 01:48:25PM +0200, Jakub Wilk wrote:
> The perldiag manpage, in the section "Unescaped left brace in regex is
> deprecated ..." reads:
>
> The contexts where no warnings or errors are raised are:
> [...]
> • as the first character in a parenthesized grouping like
> /foo({bar)/
> /foo(?:{bar)/
>
> But /foo({bar)/ does trigger the warning:
>
> $ perl -pe '/foo({bar)/' < /dev/null
> Unescaped left brace in regex is deprecated here (and will be fatal in Perl
> 5.32), passed through in regex; marked by <-- HERE in m/foo({ <-- HERE bar)/
> at -e line 1.
The wording was fixed in 5.32.
--- End Message ---