MusicBrainz::Queries version 0.01
================================

This module provides access to the Music Brainz RDF Query Constants from
perl.

For more information about the Music Brainz 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::Queries'


DEPENDENCIES

This module requires these other modules and libraries:

   perl 5.6.1 or later


COPYRIGHT AND LICENCE

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. 

