Skip Menu |

This queue is for tickets about the Lemonldap-NG-Handler CPAN distribution.

Report information
The Basics
Id: 102932
Status: open
Priority: 0/
Queue: Lemonldap-NG-Handler

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

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



Subject: Unescaped left brace in regex is deprecated
perl5.21.x has a new warning which shows up when running the test suite: ... Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/^sub{ <-- HERE (.*)}$/ at /tmpfs/.cpan-build/Lemonldap-NG-Handler-1.4.3-AvXpzF/blib/lib/Lemonldap/NG/Handler/Main/Jail.pm line 126. Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\$datas->{ <-- HERE vhost}/ at /tmpfs/.cpan-build/Lemonldap-NG-Handler-1.4.3-AvXpzF/blib/lib/Lemonldap/NG/Handler/Initialization/GlobalInit.pm line 478. ...
RT-Send-CC: lemonldap-ng-dev [...] ow2.org
Le Sam 21 Mar 2015 14:44:07, SREZIC a écrit : Show quoted text
> perl5.21.x has a new warning which shows up when running the test > suite: > > ... > Unescaped left brace in regex is deprecated, passed through in regex; > marked by <-- HERE in m/^sub{ <-- HERE (.*)}$/ at /tmpfs/.cpan- > build/Lemonldap-NG-Handler-1.4.3- > AvXpzF/blib/lib/Lemonldap/NG/Handler/Main/Jail.pm line 126. > Unescaped left brace in regex is deprecated, passed through in regex; > marked by <-- HERE in m/\$datas->{ <-- HERE vhost}/ at /tmpfs/.cpan- > build/Lemonldap-NG-Handler-1.4.3- > AvXpzF/blib/lib/Lemonldap/NG/Handler/Initialization/GlobalInit.pm line > 478. > ...
I am not sure we can fix this as the left brace is not a textual brace, but a part of a Perl expression
On 2015-04-15 04:10:23, COUDOT wrote: Show quoted text
> Le Sam 21 Mar 2015 14:44:07, SREZIC a écrit :
> > perl5.21.x has a new warning which shows up when running the test > > suite: > > > > ... > > Unescaped left brace in regex is deprecated, passed through in regex; > > marked by <-- HERE in m/^sub{ <-- HERE (.*)}$/ at /tmpfs/.cpan- > > build/Lemonldap-NG-Handler-1.4.3- > > AvXpzF/blib/lib/Lemonldap/NG/Handler/Main/Jail.pm line 126. > > Unescaped left brace in regex is deprecated, passed through in regex; > > marked by <-- HERE in m/\$datas->{ <-- HERE vhost}/ at /tmpfs/.cpan- > > build/Lemonldap-NG-Handler-1.4.3- > > AvXpzF/blib/lib/Lemonldap/NG/Handler/Initialization/GlobalInit.pm > > line > > 478. > > ...
> > I am not sure we can fix this as the left brace is not a textual > brace, but a part of a Perl expression
It's within a regular expression, so very probably it's meant as a textual brace.