File: README

package info (click to toggle)
libflickr-api-perl 1.01-3
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 72 kB
  • ctags: 16
  • sloc: perl: 211; makefile: 16
file content (34 lines) | stat: -rw-r--r-- 472 bytes parent folder | download | duplicates (2)
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
Flickr::API
===========

Simple interface to the Flickr API.


INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install


DEPENDENCIES

This module requires these other modules and libraries:

  XML::Parser::Lite::Tree
  LWP::UserAgent
  Digest::MD5
  HTTP::Request
  HTTP::Response
  URI
  Test::More


COPYRIGHT AND LICENCE

Copyright (C) 2004-2008 Cal Henderson <cal@iamcal.com>
License: Perl Artistic License