Skip Menu |

This queue is for tickets about the MooX-Purple CPAN distribution.

Report information
The Basics
Id: 130296
Status: new
Priority: 0/
Queue: MooX-Purple

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

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



Subject: Unescaped left brace in regex is illegal
The test suite fails with perl 5.26.x: ... Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/role Before { <-- HERE public seven { return '7' } }/ at /home/cpansand/.cpan/build/2019081310/MooX-Purple-0.07-0/blib/lib/MooX/Purple/G.pm line 48. BEGIN failed--compilation aborted at t/03-compile.t line 3. t/03-compile.t .... Dubious, test returned 255 (wstat 65280, 0xff00) No subtests run ... It seems that this construct is not anymore fatal with perl 5.28 and later, but it still emits a warning.