Skip Menu |

This queue is for tickets about the Javascript-Closure CPAN distribution.

Report information
The Basics
Id: 117455
Status: new
Priority: 0/
Queue: Javascript-Closure

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

Bug Information
Severity: (no value)
Broken in:
  • 0.07
  • 0.09
Fixed in: (no value)



Subject: Unescaped left brace in regex is illegal here in regex
Tests fail with bleadperl (e.g. perl 5.25.4): Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/"statistics":{ <-- HERE / at t/03-output_format.t line 286. t/03-output_format.t ................... Dubious, test returned 255 (wstat 65280, 0xff00) No subtests run
On 2016-09-03 03:39:49, SREZIC wrote: Show quoted text
> Tests fail with bleadperl (e.g. perl 5.25.4): > > Unescaped left brace in regex is illegal here in regex; marked by <-- > HERE in m/"statistics":{ <-- HERE / at t/03-output_format.t line 286. > t/03-output_format.t ................... > Dubious, test returned 255 (wstat 65280, 0xff00) > No subtests run
Still happens with 0.09. Note that the error happens only with perl 5.26.x. It seems that with 5.27.x this construct just throws a deprecation warning.