The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

flickr_upload - Upload photos to Flickr.com.

SYNOPSIS

flickr_upload --email <email> --password <password> [--title <title>] [--description description] [--public <0|1>] [--friend <0|1>] [--family <0|1>] [--tag <tag>] <photos...>

DESCRIPTION

Uploads images to the Flickr.com service.

OPTIONS

--email <email>

Email address of Flickr.com user. Required.

--password <password>

Password of Flickr.com user. Required.

--title <title>

Title to use on all the images. Optional.

--description <description>

Description to use on all the images. Optional.

--public <0|1>

Override the default is_public access control. Optional.

--friend <0|1>

Override the default is_friend access control. Optional.

--family <0|1>

Override the default is_friend access control. Optional.

--tag <tag>

Images are tagged with tag. Multiple --tag options can be given, or you can just put them all into a single space-separated list.

<photos...>

List of photos to upload. Uploading stops as soon as a failure is detected during the upload. The script exit code will indicate the number of images on the command line that were not uploaded.

BUGS

Error handling could be better.

AUTHOR

Christophe Beauregard, cpb@cpan.org.

SEE ALSO

flickr.com

Flickr::Upload

1 POD Error

The following errors were encountered while parsing the POD:

Around line 114:

You forgot a '=back' before '=head1'