Skip Menu |

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

Report information
The Basics
Id: 109569
Status: resolved
Priority: 0/
Queue: Net-Google-WebmasterTools

People
Owner: RHAMMOND [...] cpan.org
Requestors: ash [...] best-scarper.co.uk
Cc:
AdminCc:

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



Subject: various - shout if you want them separated
Date: Tue, 24 Nov 2015 11:51:37 +0000
To: bug-Net-Google-WebmasterTools [...] rt.cpan.org
From: Ashley Hindmarsh <ash [...] best-scarper.co.uk>
1. In Net::Google::WebmasterTools we have a naked 'use Mojo::Log' 2. Site URL should be URL-encoded before use. 3. Fails, given the example in POD. Results: 1 - of Can't locate object method "get_source" via package "Net::Google::WebmasterTools::Row_0" at SEO/GWT/gwt.pl line 45. The JSON returned starts like this.... { "rows": [ { "keys": [ "gbr", "DESKTOP" ], "clicks": 3977871.0, "impressions": 3.898257E7, "ctr": 0.10204229736520706, "position": 4.717976777826603 }, ....
On Tue Nov 24 06:51:52 2015, ash@best-scarper.co.uk wrote: Show quoted text
> 1. In Net::Google::WebmasterTools we have a naked 'use Mojo::Log' > > 2. Site URL should be URL-encoded before use. > > 3. Fails, given the example in POD. > > Results: 1 - of > > Can't locate object method "get_source" via package > "Net::Google::WebmasterTools::Row_0" at SEO/GWT/gwt.pl line 45. > > > The JSON returned starts like this.... > > { > "rows": [ > { > "keys": [ > "gbr", > "DESKTOP" > ], > "clicks": 3977871.0, > "impressions": 3.898257E7, > "ctr": 0.10204229736520706, > "position": 4.717976777826603 > }, > ....
Fixed, thanks