Skip Menu |

This queue is for tickets about the CGI-ExceptionManager CPAN distribution.

Report information
The Basics
Id: 115245
Status: new
Priority: 0/
Queue: CGI-ExceptionManager

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

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



Subject: No pass reports for perl 5.17.x and later
See subject. Overview of test reports: http://matrix.cpantesters.org/?dist=CGI-ExceptionManager+0.06 Additionally, with perl 5.25.1 one of the test scripts does not compile anymore: Unescaped left brace in regex is illegal in regex; marked by <-- HERE in m/callback =&gt; sub { <-- HERE / at t/02_err.t line 18.
On 2016-06-10 14:11:48, SREZIC wrote: Show quoted text
> See subject. Overview of test reports: > http://matrix.cpantesters.org/?dist=CGI-ExceptionManager+0.06 > > Additionally, with perl 5.25.1 one of the test scripts does not > compile anymore: > > Unescaped left brace in regex is illegal in regex; marked by <-- HERE > in m/callback =&gt; sub { <-- HERE / at t/02_err.t line 18.
The regexp problem still exists with CGI-ExceptionManager-0.07, but only for perl 5.26.x, not for older or newer perls: ... Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/callback =&gt; sub { <-- HERE / at t/02_err.t line 18. # Looks like your test exited with 255 before it could output anything. t/02_err.t ....... Dubious, test returned 255 (wstat 65280, 0xff00) Failed 4/4 subtests ...