Skip Menu |

This queue is for tickets about the Flickr-Tools CPAN distribution.

Report information
The Basics
Id: 16400
Status: resolved
Priority: 0/
Queue: Flickr-Tools

People
Owner: nfmnunes [...] cpan.org
Requestors:
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.02
Fixed in: 1.19



Subject: Incorrect documentation for constructor (2nd try)
(That first ticket was the result of a premature Enter-key tap. Whoops.) In Flickr::Photoset, the documentation says, my $photoset = Flickr::Photoset->new($flickr_api_key); This results in an error. What it should really say is, my $photoset = Flickr::Photoset->new( { api_key => $flickr_api_key } ); Other modules in the distribution may have this bug as well.
This bug has been identified and it will be corrected in the next release of the distro. Thanks for the input, though.