1
2         Ogg::Vorbis - Perl extension for Ogg Vorbis streams
3
4                 http://synthcode.com/code/vorbis/
5
6                             version 0.05
7                           15 March, 2004
8
9To install, type
10
11  # perl Makefile.PL
12  # make
13  # make test
14  # make install
15
16The test of course is optional, but if it doesn't work the
17installation probably won't.
18
19man Ogg::Vorbis(3pm) for information on using the library, and
20pogg(1p) for information on the pogg script.  Also see the general Ogg
21Vorbis documentation available at http://www.xiph.org/ogg/vorbis/.
22
23
24Alex Shinn
25foof@synthcode.com
26