Subject: | $p->photosets does not return an array |
The documentation for Flickr::Person says that the photosets method
returns an array. It actually returns an arrayref.
The simplest fix would be to correct the documentation, but I think it
would be nicer if wantarray was used to return either an array or an
arrayref depending on context.