Skip Menu |

This queue is for tickets about the Text-Glob-DWIW CPAN distribution.

Report information
The Basics
Id: 100207
Status: new
Priority: 0/
Queue: Text-Glob-DWIW

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

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



Subject: New warning: Unescaped left brace in regex is deprecated
perl 5.21.x has a new warning which causes the test suite to fail. See http://www.cpantesters.org/cpan/report/58060344-5d67-11e4-9f68-4dd7dfbfc7aa for a sample fail report.
On 2014-11-08 05:50:34, SREZIC wrote: Show quoted text
> perl 5.21.x has a new warning which causes the test suite to fail. See > http://www.cpantesters.org/cpan/report/58060344-5d67-11e4-9f68- > 4dd7dfbfc7aa for a sample fail report.
With perl 5.25.x, this is now a compilation error: ... # Failed test 'use Text::Glob::DWIW;' # at t/00-load.t line 6. # Tried to use 'Text::Glob::DWIW'. # Error: Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/}{ <-- HERE |^{{|}}$/ at /tmpfs/.cpan-build-cpansand/2016082821/Text-Glob-DWIW-0.01-0/blib/lib/Text/Glob/DWIW.pm line 535. # Compilation failed in require at t/00-load.t line 6. # BEGIN failed--compilation aborted at t/00-load.t line 6. Bailout called. Further testing stopped: ...