-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathREADME
59 lines (43 loc) · 1.94 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
NAME
Music::Tag::FLAC - Plugin module for Music::Tag to get information from
flac headers.
DESCRIPTION
Music::Tag::FLAC is used to read flac header information. It uses
Audio::FLAC::Header.
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
DEPENDENCIES
This module requires these other modules and libraries:
Music::Tag
Audio::FLAC::Header
The version info in the Makefile is based on what I use. You can get
away with older versions in many cases. Do not install an older version
of MP3::Tag.
TEST FILES
Test files for this module are based on the sample file for Audio::M4P.
For testing only.
AUTHOR
Edward Allen III <ealleniii _at_ cpan _dot_ org>
LICENSE
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself, either:
a) the GNU General Public License as published by the Free Software
Foundation; either version 1, or (at your option) any later version, or
b) the "Artistic License" which comes with Perl.
This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See either the GNU
General Public License or the Artistic License for more details.
You should have received a copy of the Artistic License with this Kit,
in the file named "Artistic". If not, I'll be glad to provide one.
You should also have received a copy of the GNU General Public License
along with this program in the file named "Copying". If not, write to
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA or visit their web page on the Internet at
http://www.gnu.org/copyleft/gpl.html.
COPYRIGHT
Copyright (c) 2007,2008 Edward Allen III. Some rights reserved.