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