File: README

package info (click to toggle)
libflickr-upload-perl 1.60-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 244 kB
  • sloc: perl: 476; makefile: 5
file content (48 lines) | stat: -rw-r--r-- 1,093 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Flickr::Upload
==============

Uploader for flickr.com

INSTALLATION
============

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES
============

- LWP::UserAgent
- HTTP::Request::Common
- Flickr::API
- Pod::Usage
- Getopt::Long
- XML::Simple
- Net::OAuth

EXAMPLES
========

flickr_upload is a completely functional batch uploading tool. There's also
a good amount of examples included as tests in t/ of the source
distribution. And you can always ask me how to do something if it's not
obvious. I might even know.

Git repository at:
git://gitorious.org/flickrupload/mainline.git
http://git.gitorious.org/flickrupload/mainline.git

COPYRIGHT AND LICENCE
=====================

Copyright (C) 2004,2005,2006,2007,2008 by Christophe Beauregard

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.3 or,
at your option, any later version of Perl 5 you may have available.

This module is not an official Flickr.com (or Ludicorp, or Yahoo) service.