File: README

package info (click to toggle)
libflickr-upload-perl 1.32-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 212 kB
  • ctags: 11
  • sloc: perl: 304; makefile: 16
file content (44 lines) | stat: -rw-r--r-- 1,014 bytes parent folder | download
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
Flickr::Upload
==============

Uploader for flickr.com

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

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

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

- LWP
- XML::Parser::Lite::Tree
- Flickr::API

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 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.