Skip Menu |

This queue is for tickets about the Net-SPAMerLookup CPAN distribution.

Report information
The Basics
Id: 117575
Status: new
Priority: 0/
Queue: Net-SPAMerLookup

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

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



Subject: Unescaped left brace in regex is deprecated, passed through in regex
Module compilation fails with bleadperl (e.g. 5.25.4): # Failed test at t/00_use.t line 37. Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/^\d{ <-- HERE 1.3}\.\d{1.3}\.\d{1.3}\.\d{1.3}$/ at lib/Net/SPAMerLookup.pm line 69. Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/^\d{1.3}\.\d{ <-- HERE 1.3}\.\d{1.3}\.\d{1.3}$/ at lib/Net/SPAMerLookup.pm line 69. Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/^\d{1.3}\.\d{1.3}\.\d{ <-- HERE 1.3}\.\d{1.3}$/ at lib/Net/SPAMerLookup.pm line 69. Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/^\d{1.3}\.\d{1.3}\.\d{1.3}\.\d{ <-- HERE 1.3}$/ at lib/Net/SPAMerLookup.pm line 69. # Looks like you failed 2 tests of 8. t/00_use.t ...........
On 2016-09-07 02:27:36, SREZIC wrote: Show quoted text
> Module compilation fails with bleadperl (e.g. 5.25.4): > > # Failed test at t/00_use.t line 37. > Unescaped left brace in regex is deprecated, passed through in regex; > marked by <-- HERE in m/^\d{ <-- HERE > 1.3}\.\d{1.3}\.\d{1.3}\.\d{1.3}$/ at lib/Net/SPAMerLookup.pm line 69. > Unescaped left brace in regex is deprecated, passed through in regex; > marked by <-- HERE in m/^\d{1.3}\.\d{ <-- HERE > 1.3}\.\d{1.3}\.\d{1.3}$/ at lib/Net/SPAMerLookup.pm line 69. > Unescaped left brace in regex is deprecated, passed through in regex; > marked by <-- HERE in m/^\d{1.3}\.\d{1.3}\.\d{ <-- HERE > 1.3}\.\d{1.3}$/ at lib/Net/SPAMerLookup.pm line 69. > Unescaped left brace in regex is deprecated, passed through in regex; > marked by <-- HERE in m/^\d{1.3}\.\d{1.3}\.\d{1.3}\.\d{ <-- HERE > 1.3}$/ at lib/Net/SPAMerLookup.pm line 69. > # Looks like you failed 2 tests of 8. > t/00_use.t ...........
Actually the above was just a warning (in 5.24.x or so), the failure looks like this: # Failed test 'require Net::SPAMerLookup;' # at t/00_use.t line 39. # Tried to require 'Net::SPAMerLookup'. # Error: Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/^\d{ <-- HERE 1.3}\.\d{1.3}\.\d{1.3}\.\d{1.3}$/ at lib/Net/SPAMerLookup.pm line 69. # Compilation failed in require at (eval 61) line 2.