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 => 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 => 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
...