File: control

package info (click to toggle)
libwww-finger-perl 0.105-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 388 kB
  • ctags: 294
  • sloc: perl: 3,790; makefile: 15
file content (47 lines) | stat: -rw-r--r-- 1,637 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
45
46
47
Source: libwww-finger-perl
Section: perl
Priority: optional
Build-Depends: cdbs,
 devscripts,
 perl,
 debhelper,
 dh-buildinfo,
 libcommon-sense-perl,
 libhttp-link-parser-perl,
 libhttp-lrdd-perl,
 libjson-perl,
 libwww-perl,
 libnamespace-clean-perl,
 librdf-query-perl,
 librdf-query-client-perl,
 librdf-trine-perl,
 libxrd-parser-perl,
 liburi-perl,
 libmodule-pluggable-perl | perl (<< 5.17.0),
 librole-commons-perl | libobject-authority-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>,
 Florian Schlichting <fschlich@zedat.fu-berlin.de>
Standards-Version: 3.9.4
Vcs-Git: git://anonscm.debian.org/git/pkg-perl/packages/libwww-finger-perl
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libwww-finger-perl.git
Homepage: https://metacpan.org/release/WWW-Finger

Package: libwww-finger-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends}
Description: get useful data from e-mail addresses
 This module is *not* an implementation of the finger protocol (RFC
 1288). Use Net::Finger for that. Instead it is a set of implementations
 of *other* methods for getting information from an e-mail address, or
 e-mail-like identifier. This package includes four such
 implementations, and it's pretty easy to create your own additional
 implementations:
 .
  * WebFinger
  * Fingerpoint
  * cpan.org scraper (for user@cpan.org)
  * Unnamed finger protocol described on bitworking.org
 .
 Only the first two implementations are enabled by default. See
 "IMPLEMENTATIONS" on how to enable others, and for more details.