Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the HTML-StripScripts CPAN distribution.

Report information
The Basics
Id: 107247
Status: resolved
Priority: 0/
Queue: HTML-StripScripts

People
Owner: Nobody in particular
Requestors: dtenney [...] atomiclearning.com
Cc:
AdminCc:

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



Subject: HTML::StripScripts with perl 5.22
Date: Tue, 22 Sep 2015 15:06:30 +0000
To: "bug-html-stripscripts [...] rt.cpan.org" <bug-html-stripscripts [...] rt.cpan.org>
From: Dustin Tenney <dtenney [...] atomiclearning.com>
Appears to be an issue with this module under perl 5.22 Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/^\s*([+-]?\d{1,20}(?:\.\d{ <-- HERE 1,20)?)\s*((?:\%|\*|ex|px|pc|cm|mm|in|pt|em)?)\s*$/ at perlbrew/perls/perl-5.22.0/lib/site_perl/5.22.0/HTML/StripScripts.pm line 1633.
On 2015-09-22 11:07:03, dtenney@atomiclearning.com wrote: Show quoted text
> Appears to be an issue with this module under perl 5.22 > > > Unescaped left brace in regex is deprecated, passed through in regex; > marked by <-- HERE in m/^\s*([+-]?\d{1,20}(?:\.\d{ <-- HERE > 1,20)?)\s*((?:\%|\*|ex|px|pc|cm|mm|in|pt|em)?)\s*$/ at > perlbrew/perls/perl-5.22.0/lib/site_perl/5.22.0/HTML/StripScripts.pm > line 1633.
Possibly a duplicate of https://rt.cpan.org/Ticket/Display.html?id=104221
Fixed in 1.06 - thanks for reporting and sorry for the delay