$url .= sprintf("&filter=%d", $self->filter) if $self->filter;
must read
$url .= sprintf("&filter=%d", $self->filter)
if defined $self->filter;
otherwise your try to disable the filter (1 is default) is just ignored.
This queue is for tickets about the WWW-Google-CustomSearch CPAN distribution.
The Basics
People
|
Bug Information
|