Skip Menu |

This queue is for tickets about the Argon CPAN distribution.

Report information
The Basics
Id: 123597
Status: open
Priority: 0/
Queue: Argon

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

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



Subject: Unescaped left brace in regex is deprecated
With newer perl versions there's a warning or even error when running the test suite: Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/eval { <-- HERE ...} called$/ at /home/cpansand/.cpan/build/2017111109/Argon-0.16-5/blib/lib/Argon.pm line 136. # Error: Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/eval { <-- HERE ...} called$/ at /home/cpansand/.cpan/build/2017111109/Argon-0.16-8/blib/lib/Argon.pm line 136.
I've been working on a rewrite and had temporarily put it aside while working on changes to Coro::ProcessPool. I'll go ahead and upload it today. On Sat Nov 11 08:35:26 2017, SREZIC wrote: Show quoted text
> With newer perl versions there's a warning or even error when running > the test suite: > > Unescaped left brace in regex is deprecated, passed through in regex; > marked by <-- HERE in m/eval { <-- HERE ...} called$/ at > /home/cpansand/.cpan/build/2017111109/Argon-0.16-5/blib/lib/Argon.pm > line 136. > > # Error: Unescaped left brace in regex is illegal here in regex; > marked by <-- HERE in m/eval { <-- HERE ...} called$/ at > /home/cpansand/.cpan/build/2017111109/Argon-0.16-8/blib/lib/Argon.pm > line 136.
-- -Jeff Ober