-
-
26 Apr 2009 03:51:49 UTC
- Distribution: WebService-MusicBrainz
- Module version: 0.22
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (6)
- Testers (41 / 77 / 11)
- Kwalitee
Bus factor: 0- License: perl_5
- Perl: v5.7.0
- Activity
24 month- Tools
- Download (16.81KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Class::Accessor
- LWP::UserAgent
- URI
- XML::LibXML
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
WebService::MusicBrainz
SYNOPSIS
use WebService::MusicBrainz; my $artist_ws = WebService::MusicBrainz->new_artist(); my $track_ws = WebService::MusicBrainz->new_track(); my $release_ws = WebService::MusicBrainz->new_release(); my $label_ws = WebService::MusicBrainz->new_label();
DESCRIPTION
This module will act as a factory using static methods to return specific web service objects;
METHODS
new_artist()
Return new instance of WebService::MusicBrainz::Artist object.
new_track
Return new instance of WebService::MusicBrainz::Track object.
new_release
Return new instance of WebService::MusicBrainz::Release object.
new_release
Return new instance of WebService::MusicBrainz::Label object.
AUTHOR
COPYRIGHT AND LICENSE
Copyright 2006-2007 by Bob Faist
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
SEE ALSO
http://wiki.musicbrainz.org/XMLWebService
Module Install Instructions
To install WebService::MusicBrainz, copy and paste the appropriate command in to your terminal.
cpanm WebService::MusicBrainz
perl -MCPAN -e shell install WebService::MusicBrainz
For more information on module installation, please visit the detailed CPAN module installation guide.