Fri Aug 17 09:23:16 2012daniel.torres0085 [...] gmail.com - Ticket created
Subject:
Object problem
Date:
Fri, 17 Aug 2012 09:23:02 -0400
To:
bug-HTML-Scrubber [...] rt.cpan.org
From:
Daniel Torres Sandi <daniel.torres0085 [...] gmail.com>
When I run more than once only shows the first value:
foreach (@content)
{
$description = $scrubber->scrub($_);
print $description; # this always shows the same value (first)
}
I did not find a method to free or clean the object.
Sat Dec 22 15:02:07 2012nigel.metheringham [...] gmail.com - Correspondence added
Completely unable to reproduce this issue - the test suite repeatedly uses the same object to
process several strings.
I have added an explicit test to the test suite for this:-
https://github.com/nigelm/html-scrubber/blob/master/t/rt79044_multiple.t
Closing as rejected.
Please provide a failing test case should you disagree with this.
Sat Dec 22 15:02:09 2012The RT System itself - Status changed from 'new' to 'open'
Sat Dec 22 15:02:09 2012nigel.metheringham [...] gmail.com - Status changed from 'open' to 'rejected'