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