logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

WWW::Finger::BitworkingFingerProtocol - WWW::Finger module for Joe Gregorio's finger protocol

Author

       Toby Inkster, <tobyink@cpan.org>

Description

       This module implements an alternative finger proposal by Joe Gregorio.

       Additional methods (other than standard WWW::Finger):

       •   "openid" - returns the person's OpenID.

       •   "dictionary" - returns a hashref of key-value pairs from their profile

Disclaimer Of Warranties

       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.

perl v5.32.1                                       2021-09-11              WWW::Finger::B...gFingerProtocol(3pm)

Name

       WWW::Finger::BitworkingFingerProtocol - WWW::Finger module for Joe Gregorio's finger protocol

See Also

Synopsis

         use WWW::Finger;
         my $finger = WWW::Finger->new("joe@example.com");
         if (defined $finger)
         {
           print $finger->openid . "\n";
         }

See Also