Skip Menu |

This queue is for tickets about the Devel-PerlySense CPAN distribution.

Report information
The Basics
Id: 130415
Status: resolved
Priority: 0/
Queue: Devel-PerlySense

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.0220
Fixed in: (no value)



Subject: Unescaped left brace in regex is deprecated
With perl 5.30 I see the following warning when running the test suite: ... 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/({ <-- HERE |sub\s+\w+\s*{|sub\s+\w+\s*:\s*\w+[^{]+{|^=(?:head|item|for|pod)|}|;|'|")/ at ../lib/Devel/PerlySense/Document.pm line 1027. ...
On Fri Aug 30 01:57:37 2019, SREZIC wrote: Show quoted text
> With perl 5.30 I see the following warning when running the test > suite: > > ... > 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/({ <-- > HERE > |sub\s+\w+\s*{|sub\s+\w+\s*:\s*\w+[^{]+{|^=(?:head|item|for|pod)|}|;|'|")/ > at ../lib/Devel/PerlySense/Document.pm line 1027. > ...
Thanks for the report! This should be fixed in the next release. /J