Skip Menu |

This queue is for tickets about the Search-Sitemap CPAN distribution.

Report information
The Basics
Id: 57260
Status: new
Priority: 0/
Queue: Search-Sitemap

People
Owner: Nobody in particular
Requestors: cpan [...] loowis.durge.org
Cc:
AdminCc:

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



Subject: small documentation bug
The Search::Sitemap documentation says that the urls() function returns (an array of) Search::Sitemap::URL objects. It actually seems to return a Search::Sitemap::URLStore object, so to get an array of Search::Sitemap::URL objects you need to do $map->urls()->all() instead of simply $map->urls()