MusicBrainz::TRM 
================

This module provides access to the libmusicbrainz client library
acoustic fingerprint functions via perl.  The Acoustic fingerprint 
is generated with the help of the Relatable TRM server.

For more information about the MusicBrainz project visit the projects
website at http://www.musicbrainz.org/


INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

or alternatively using CPAN.pm

   perl -MCPAN -e 'install MusicBrainz::TRM'


DEPENDENCIES

This module requires these other modules and libraries:

  libmusicbrainz 2.0 or later from http://www.musicbrainz.org/
  Test::More
  perl 5.6.1 or later

COPYRIGHT AND LICENSE

Copyright (C) 2003 Alexander van Zoest

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself. 

$Id: README,v 1.1 2003/02/22 02:18:25 sander Exp $
