Skip Menu |

This queue is for tickets about the Religion-Bible-Regex-Builder CPAN distribution.

Report information
The Basics
Id: 124150
Status: new
Priority: 0/
Queue: Religion-Bible-Regex-Builder

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

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



Subject: Unescaped left brace in regex is deprecated here
A new warning appears with perl 5.27.8: 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/ (% # leading '%' (-)? # left-align, rather than right (\d*)? # (optional) minimum field width (?:\.(\d*))? # (optional) maximum field width ({ <-- HERE .*?})? # (optional) stuff inside (\S) # actual format character )/ at /opt/perl-5.27.8/lib/site_perl/5.27.8/String/Format.pm line 77.
On 2018-01-20 10:45:18, SREZIC wrote: Show quoted text
> A new warning appears with perl 5.27.8: > > 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/ > (% # leading '%' > (-)? # left-align, rather than right > (\d*)? # (optional) minimum field width > (?:\.(\d*))? # (optional) maximum field width > ({ <-- HERE .*?})? # (optional) stuff inside > (\S) # actual format character > )/ at /opt/perl- > 5.27.8/lib/site_perl/5.27.8/String/Format.pm line 77.
Actually this is caused by: https://rt.cpan.org/Ticket/Display.html?id=124147