• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

ChangesH A D09-Nov-20081.2 KiB3625

LICENSE.GPLH A D02-Jan-200417.6 KiB341281

MANIFESTH A D07-Jul-2004167 1110

META.ymlH A D09-Nov-2008316 119

Makefile.PLH A D09-Nov-2008247 119

PurePerl.pmH A D09-Nov-200814.1 KiB604306

READMEH A D09-Nov-20081.1 KiB3423

ogginfo.plH A D03-May-2022405 2516

test.plH A D04-Jan-2007950 3511

README

1Ogg/Vorbis/Header/PurePerl version 1.0
2=======================================
3
4Ogg::Vorbis::Header::PurePerl - An object-oriented interface to Ogg Vorbis
5information and comment fields, implemented entirely in Perl.  Intended to be
6a drop in replacement for Ogg::Vobis::Header.
7
8This module is intended to be a drop in replacement for Ogg::Vorbis::Header,
9implemented entirely in Perl.  It provides an object-oriented interface to
10Ogg Vorbis information and comment fields.  (NOTE: This module currently
11supports only read operations).
12
13INSTALLATION
14
15To install this module type the following:
16
17   perl Makefile.PL
18   make
19   make test
20   make install
21
22COPYRIGHT AND LICENCE
23
24Copyright (c) 2003, Andrew Molloy.  All Rights Reserved.
25
26Copyright (c) 2005-2008, Dan Sully.  All Rights Reserved.
27
28This program is free software; you can redistribute it and/or modify it
29under the terms of the GNU General Public License as published by the
30Free Software Foundation; either version 2 of the License, or (at
31your option) any later version.  A copy of this license is included
32with this module (LICENSE.GPL).
33
34