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

..03-May-2022-

data/H03-May-2022-

inc/Module/H18-Sep-2010-2,4841,843

t/H18-Sep-2010-325177

ChangesH A D18-Sep-20103.6 KiB12577

Header.pmH A D20-Aug-200928.1 KiB1,061533

Header.xsH A D20-Aug-200920.1 KiB711450

MANIFESTH A D24-Feb-2009643 3635

META.ymlH A D17-Apr-2009365 1817

Makefile.PLH A D17-Apr-20091.7 KiB7455

READMEH A D20-Aug-20091.4 KiB4228

TODOH A D24-Feb-200939 21

README

1Audio::FLAC version 2.4
2=======================
3
4The README is used to introduce the module and provide instructions on
5how to install the module, any machine dependencies it may have (for
6example C compilers and installed libraries) and any other information
7that should be provided before the module is installed.
8
9A README file is required for CPAN modules since CPAN extracts the
10README file from a module distribution so that people browsing the
11archive can use it get an idea of the modules uses. It is usually a
12good idea to provide version information here so that people can
13decide whether fixes for the module are worth downloading.
14
15INSTALLATION
16
17To install this module type the following:
18
19   perl Makefile.PL
20   make
21   make test
22   make install
23
24If you have a C compiler & libFLAC installed, the library will build
25and use a XS version, which is much faster than the pure perl one.
26
27COPYRIGHT AND LICENCE
28
29Pure perl code Copyright (c) 2003-2004, Erik Reckase.
30
31Pure perl code Copyright (c) 2003-2007, Dan Sully & Slim Devices.
32Pure perl code Copyright (c) 2008-2009, Dan Sully
33
34XS code Copyright (c) 2004-2007, Dan Sully & Slim Devices.
35XS code Copyright (c) 2008-2009, Dan Sully
36
37This library is free software; you can redistribute it and/or modify
38it under the same terms as Perl itself, either Perl version 5.8.2 or,
39at your option, any later version of Perl 5 you may have available.
40
41
42