File: control

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 (25 lines) | stat: -rw-r--r-- 1,028 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
Source: libflickr-api-perl
Section: perl
Priority: extra
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Martín Ferrari <tincho@debian.org>,
 Jose Luis Rivas <ghostbar38@gmail.com>, Gunnar Wolf <gwolf@debian.org>,
 gregor herrmann <gregoa@debian.org>
Build-Depends-Indep: perl, libxml-parser-lite-tree-perl (>= 0.08),
 libwww-perl, liburi-perl
Build-Depends: debhelper (>= 7), quilt
Standards-Version: 3.8.0
Homepage: http://search.cpan.org/dist/Flickr-API/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libflickr-api-perl/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libflickr-api-perl/

Package: libflickr-api-perl
Architecture: all
Depends: ${perl:Depends}, libxml-parser-lite-tree-perl (>= 0.08),
 libwww-perl, liburi-perl
Recommends: libcompress-zlib-perl
Description: Perl interface to the Flickr API
 A simple interface for using the Flickr API.
 .
 Flickr::API is a subclass of LWP::UserAgent, so all of the various proxy, 
 request limits, caching, etc are available.