Skip Menu |

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

Report information
The Basics
Id: 42011
Status: resolved
Priority: 0/
Queue: REST-Google

People
Owner: ejs [...] cpan.org
Requestors: Dave [...] WolfeWorks.net
Cc:
AdminCc:

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



Subject: Why does responseData->cursor->pages force scalar?
Date: Sun, 28 Dec 2008 18:44:12 -0600
To: bug-REST-Google [...] rt.cpan.org
From: Dave Wolfe <Dave [...] WolfeWorks.net>
While using REST::Google::Search with Template Toolkit in Catalyst, I discovered that the responseData->cursor->pages accessor returns the count of the pages array instead of the expected array reference. I consider this a bug since the count is easily determined from the array reference, but retrieving the array from TT is impossible. Since the comment preceding the accessor subroutine begins "XXX", I strongly suspect someone else considers this a bug too. -- Dave Wolfe
the defect is seems to be fixed. changes will appear in version 1.0.5 (uploaded recently).