NAME
Net::WOT - Access Web of Trust (WOT) API
VERSION
version 0.01
SYNOPSIS
This module provides an interface to Web of Trust's API.
use Net::WOT;
my $wot = Net::WOT->new;
# get all details
my %all_details = $wot->get_reputation('example.com');
# use specific details after get_reputations() method was called
print $wot->privacy_score, "\n";
EXPORT
Fully object oriented, nothing is exported.
ATTRIBUTES
Will document soon.
SUBROUTINES/METHODS
get_reputation
Get reputation.
Will document the rest soon.
AUTHOR
Sawyer X, <xsawyerx at cpan.org>
BUGS
Please report bugs and other issues on the bugtracker:
http://github.com/xsawyerx/net-wot/issues
SUPPORT
Hopefully.
LICENSE AND COPYRIGHT
Copyright 2010 Sawyer X.
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.
AUTHOR
Sawyer X <xsawyerx@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2010 by Sawyer X.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.