mp3info
=======

Prints information from MP3 audio files.

INSTALLATION

To install this module type the following:

   perl Build.PL
   Build
   Build test
   Build install

Alternatively:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

  MP3::Info

Building and testing requires:

  Module::Build
  Test::More

COPYRIGHT AND LICENCE

This programs is Copyright 2003, Squirrel Consultancy.

This program is free software; you can redistribute it and/or modify
it under the terms of the Perl Artistic License or 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.