WWW::Finger::BitworkingFingerProtocol(3pm) | User Contributed Perl Documentation | WWW::Finger::BitworkingFingerProtocol(3pm) |
WWW::Finger::BitworkingFingerProtocol - WWW::Finger module for Joe Gregorio's finger protocol
use WWW::Finger; my $finger = WWW::Finger->new("joe@example.com"); if (defined $finger) { print $finger->openid . "\n"; }
This module implements an alternative finger proposal by Joe Gregorio.
Additional methods (other than standard WWW::Finger):
WWW::Finger.
<http://bitworking.org/news/2010/01/webfinger>.
Toby Inkster, <tobyink@cpan.org>
Copyright (C) 2010-2012 by Toby Inkster
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
2021-09-11 | perl v5.32.1 |