Skip Menu |

This queue is for tickets about the MySQL-Admin CPAN distribution.

Report information
The Basics
Id: 119984
Status: resolved
Priority: 0/
Queue: MySQL-Admin

People
Owner: lze [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

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



Subject: Unescaped left brace in regex is illegal here in regex
Running "Build" with bleadperl (e.g. perl 5.25.9) seems to fail: ... Output from './Build': Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/\${ <-- HERE PATH}/ at /tmpfs/.cpan-build-cpansand/2017012518/MySQL-Admin-1.1-9/_build/lib/Module/Build/Custom.pm line 216, <EDIT> line 1. Building MySQL-Admin ...
Unescaped left brace in regex is deprecated, passed through in regex; $a =~ s/\${foo}/bar/g; should be written now as: $a =~ s/\$\{foo\}/bar/g; I Switched the pattern to avoid trouble in the future.
On 2017-01-26 16:10:19, LZE wrote: Show quoted text
> Unescaped left brace in regex is deprecated, passed through in regex; > $a =~ s/\${foo}/bar/g; > should be written now as: > $a =~ s/\$\{foo\}/bar/g; > > I Switched the pattern to avoid trouble in the future.
I can confirm that 1.11 has no problems anymore with bleadperl.