Skip Menu |

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

Report information
The Basics
Id: 25521
Status: resolved
Worked: 5 min
Priority: 0/
Queue: Flickr-Upload

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

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



The flickr_upload script requires Pod::Usage but it is not a required (or suggested) module during installation. From META.yml: requires: Flickr::API: 0.07 HTTP::Request::Common: 1 LWP::UserAgent: 1 XML::Parser::Lite::Tree: 0.03 Running flickr_upload: maetl:~/Desktop blech$ flickr_upload Can't locate object method "initialize" via package "Pod::Usage" at /System/Library/Perl/5.8.6/Pod/Usage.pm line 534. Not hard to fix, but I thought I'd let you know.
From: CPB [...] cpan.org
On Sun Mar 18 08:13:09 2007, PMISON wrote: Show quoted text
> The flickr_upload script requires Pod::Usage but it is not a required > (or suggested) module during installation.
Ah, yeah, my bad. I just so rarely encounter systems without Pod::Usage (and Getopt::Long) installed by default. I've had a bunch of minor updates (docs, etc) accumulating, so I packaged it all into 1.24. It's in CPAN's hands, now.
Fixed in 1.24. Just waiting on CPAN.