Skip Menu |

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

Report information
The Basics
Id: 38293
Status: new
Priority: 0/
Queue: Flickr-Tools

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

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



Subject: Patch to the documentation of Flickr::API::Utils
POD only: patch -p1 << \EOF diff -ru Flickr-Tools-0.02.orig/lib/Flickr/API/Utils.pm Flickr-Tools-0.02/lib/Flickr/API/Utils.pm --- Flickr-Tools-0.02.orig/lib/Flickr/API/Utils.pm 2005-07-04 10:27:52.000000000 -0700 +++ Flickr-Tools-0.02/lib/Flickr/API/Utils.pm 2005-07-04 10:28:15.000000000 -0700 @@ -22,9 +22,9 @@ Usage example: - use Flickr::Utils; + use Flickr::API::Utils; - my $toolbox = Flickr::Utils->new(); + my $toolbox = Flickr::API::Utils->new(); my $prettystruct = $toolbox->clean($response_from_flickr_api_call); EOF