The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
libdiscid perl binding
======================

Perl binding for the libdiscid library.

libdiscid library version 0.2.2 or higher is required.
http://musicbrainz.org/doc/libdiscid

Pkg-config version 0.11 or higher is required:
http://pkgconfig.freedesktop.org/


INSTALLATION
------------

	I use Module::Build to build and install the module.
	To install this module type the following:
	
		perl Build.PL
		./Build
		./Build test
		
	And then as root:
	
		./Build install


AUTHOR
------

	Nicholas J. Humfrey, njh@aelius.com


COPYRIGHT
---------

	Copyright (C) 2009 Nicholas J. Humfrey

	This program is free software; you can redistribute it and/or modify
	it under the terms of the GNU General Public License as published by
	the Free Software Foundation; either version 2 of the License, or
	(at your option) any later version.
	
	This program is distributed in the hope that it will be useful,
	but WITHOUT ANY WARRANTY; without even the implied warranty of
	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
	GNU General Public License for more details.