Skip Menu |

This queue is for tickets about the WWW-Search CPAN distribution.

Report information
The Basics
Id: 13030
Status: resolved
Worked: 2 min
Priority: 0/
Queue: WWW-Search

People
Owner: MTHURN [...] cpan.org
Requestors: tmetro [...] cpan.org
Cc:
AdminCc:

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



Subject: $self->{'cache'} initialization
In WWW::Search source: Show quoted text
> sub reset_search > { > ... > $self->{'cache'} = ();
... Show quoted text
> sub setup_search > { > ... > $self->{cache} = ();
Based on the code in results() and elsewhere, I believe in both cases it should be: $self->{cache} = []; Though the change is probably inconsequential. -Tom