Ogg/Vorbis/Header/PurePerl version 1.0
=======================================
Ogg::Vorbis::Header::PurePerl - An object-oriented interface to Ogg Vorbis
information and comment fields, implemented entirely in Perl. Intended to be
a drop in replacement for Ogg::Vobis::Header.
This module is intended to be a drop in replacement for Ogg::Vorbis::Header,
implemented entirely in Perl. It provides an object-oriented interface to
Ogg Vorbis information and comment fields. (NOTE: This module currently
supports only read operations).
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
COPYRIGHT AND LICENCE
Copyright (c) 2003, Andrew Molloy. All Rights Reserved.
Copyright (c) 2005-2008, Dan Sully. All Rights Reserved.
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. A copy of this license is included
with this module (LICENSE.GPL).