Skip Menu |

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

Report information
The Basics
Id: 15161
Status: new
Priority: 0/
Queue: Net-Google

People
Owner: Nobody in particular
Requestors: 2ge [...] 2ge.us
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



Subject: bad documentation (SYNOPSIS)
Net-Google-0.62, latest version of SOAP, perl, v5.8.7 FreeBSD; http://search.cpan.org/~ascope/Net-Google-0.62/lib/Net/Google/Response.pm#SYNOPSIS using: my $total = $response->estimatedTotalResultsCount(); throws an error: Can't call method "estimatedTotalResultsCount" on unblessed reference I dumped response, and beginning is: workaround: map { print $_->estimatedTotalResultsCount } @{$response};