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

..03-May-2022-

lib/MP3/H01-Sep-2000-436242

t/H01-Sep-2000-178

ChangesH A D01-Sep-20001.2 KiB4536

MANIFESTH A D01-Sep-2000172 76

Makefile.PLH A D14-Mar-20001.5 KiB6948

READMEH A D27-Jun-2000951 3019

README

1This is the perl5 MP3::ID3v1Tag module.
2
3
4To install this module you will need access rights to the perl
5install action on your system, as it overwrites your currently installed
6version of MP3::ID3v1Tag, but not the older MPEG::ID3v1Tag.
7
8This distribution relies upon the IO modules, which is avaliable from CPAN.
9This module is included in the IO package by Graham Barr.
10
11If you do not have the required modules, you will see a warning when
12the Makefile is built.
13
14To build and install this module type:
15
16 perl Makefile.PL
17 make
18 make install
19
20For an OOP perl module that reads ID3v2 tags, please see Matt DiMeo's
21MPEG::ID3v2Tag package.
22
23If you have any issues with this module, feel free to relay them to me.
24I am not actively developing on this anymore, but do plan on making
25bug fix releases. Any patches for features or bug fixes will be appreciated.
26
27Sander van Zoest <svanzoest@cpan.org>
28
29$Id: README,v 2.7 2000/06/27 09:30:53 sander Exp $
30