Subject: | Search Method returning error message "400 Bad Request at perl/site/lib/Net/Topsy.pm line 99." |
Date: | Tue, 21 Jun 2011 10:24:51 -0400 |
To: | bug-Net-Topsy [...] rt.cpan.org |
From: | Avi Yaar <aviyaar [...] gmail.com> |
The search method no longer seems to be working (per email subject line).
Here are the details of my system, and a small program to reproduce the
effect:
Net-Topsy-0.03
Perl Version: 5.12.3 (Strawberry Perl)
OS: Windows 7 x64 (6.1.7600)
===TEST PROGRAM===
#!/usr/bin/perl
use Net::Topsy;
my $topsy = Net::Topsy->new();
my $search = $topsy->search( { q => 'perl', window => 'd' } );
my $iter = $result->iter;
print $item->{content} while ($iter->has_next);
Hope this helps!
Avi