WebService::MusicBrainz

WebService::MusicBrainz is a Perl module that will act as a factory using static methods to return specific web service objects.
Download

WebService::MusicBrainz Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Bob Faist
  • Publisher web site:
  • http://search.cpan.org/~bfaist/WebService-MusicBrainz-0.17/lib/WebService/MusicBrainz.pm

WebService::MusicBrainz Tags


WebService::MusicBrainz Description

WebService::MusicBrainz is a Perl module that will act as a factory using static methods to return specific web service objects. WebService::MusicBrainz is a Perl module that will act as a factory using static methods to return specific web service objects.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();METHODSartist_new()Return new instance of WebService::MusicBrainz::Artist object.new_trackReturn new instance of WebService::MusicBrainz::Track object.new_releaseReturn new instance of WebService::MusicBrainz::Release object. Requirements: · Perl


WebService::MusicBrainz Related Software