1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Source: libnet-openid-consumer-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 4.0.2)
Build-Depends-Indep: perl (>= 5.8.0-7), libwww-perl, libdigest-sha1-perl, liburi-perl, libcrypt-dh-perl (>= 0.05), liburi-fetch-perl (>= 0.02)
Maintainer: Dominic Hargreaves <dom@earth.li>
Standards-Version: 3.8.0
Homepage: http://search.cpan.org/dist/Net-OpenID-Consumer/
Package: libnet-openid-consumer-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libwww-perl, libdigest-sha1-perl,
liburi-perl, libcrypt-dh-perl (>= 0.05),
liburi-fetch-perl (>= 0.02)
Description: library for consumers of OpenID identities
After Net::OpenID::Consumer crawls a user's declared identity URL
and finds openid.server link tags in the HTML head, you get this
object. It represents an identity that can be verified with OpenID
(the link tags are present), but hasn't been actually verified yet.
|