-
-
30 Nov 2015 18:56:22 UTC
- Distribution: WebService-Audioscrobbler
- Module version: 0.08
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (3)
- Testers (397 / 0 / 0)
- Kwalitee
Bus factor: 0- 41.06% Coverage
- License: unknown
- Activity
24 month- Tools
- Download (10.76KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- CLASS
- Cache::FileCache
- Carp
- Class::Accessor::Fast
- Class::Data::Accessor
- LWP::Simple
- NEXT
- Test::More
- UNIVERSAL::require
- URI
- URI::Escape
- XML::Simple
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
WebService::Audioscrobbler::SimilarUser - An object-oriented interface to the Audioscrobbler WebService API
SYNOPSIS
This is a subclass of WebService::Audioscrobbler::User which implements some aditional fields that cover similarity aspects between two users.
use WebService::Audioscrobbler; my $user = WebService::Audiocrobbler->user('Foo'); for my $neighbour ($user->neighbours) { print $neighbour->name . ": " . $neighbour->match . "\% similar\n"; }
FIELDS
related_to
The related user from which this
SimilarUser
object has been constructed from.match
The similarity index between this user and the related user. It's returned as a number between 0 (not similar) and 100 (very similar).
AUTHOR
Nilson Santos Figueiredo Junior,
<nilsonsfj at cpan.org>
COPYRIGHT & LICENSE
Copyright 2006-2007 Nilson Santos Figueiredo Junior, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Module Install Instructions
To install WebService::Audioscrobbler, copy and paste the appropriate command in to your terminal.
cpanm WebService::Audioscrobbler
perl -MCPAN -e shell install WebService::Audioscrobbler
For more information on module installation, please visit the detailed CPAN module installation guide.