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: 87872
Status: resolved
Priority: 0/
Queue: HTML-StripScripts

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

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



Subject: Bleadperl v5.19.2-257-gc30fc27 fixes a bug in perl which HTML::SctripScripts relies on
As per subject. The relevant ticket where this fact was discovered is https://rt.perl.org/rt3//Public/Bug/Display.html?id=119125 The patch to fix the problem for both old and new perls is: --- StripScripts.pm~ 2009-11-05 09:55:10.000000000 +0100 +++ StripScripts.pm 2013-08-15 13:38:42.937802987 +0200 @@ -1473,7 +1473,7 @@ return $1 if $text =~ m/^( - mailto:[\w\-!#$%&'*+-\/=?^_`{|}~.]{1,64} # localpart + mailto:[\w\-!#\$%&'*+-\/=?^_`{|}~.]{1,64} # localpart \@ # @ [\w\-\.]{1,100} # domain (?: # opt query string Note that the change has no effect on current tests. HTH && Regards,
Fixed in 1.06 - thanks for the patch and sorry for the delay