Skip Menu |

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

Report information
The Basics
Id: 72417
Status: resolved
Priority: 0/
Queue: WWW-Google-CustomSearch

People
Owner: MANWAR [...] cpan.org
Requestors: willert [...] gmail.com
Cc:
AdminCc:

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



$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.
On Mon Nov 14 13:07:45 2011, WILLERT wrote: Show quoted text
> $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.
Thanks for reporting the bug. I shall be releasing the fix by tomorrow. Best Regards, Mohammad S Anwar
Fixed in v0.05