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

..03-May-2022-

bin/H03-May-2022-413100

lib/MP3/Tag/H15-Mar-2013-637255

t/H15-Mar-2013-11378

ChangesH A D16-Jul-2012310 1710

MANIFESTH A D19-Aug-2010107 109

Makefile.PLH A D19-Aug-2010683 2321

READMEH A D19-Aug-20101,010 4727

README

1MP3-Tag-Utils
2
3Some assorted useful utilities for using MP3::Tag.
4
5
6INSTALLATION
7
8To install this module, run the following commands:
9
10	perl Makefile.PL
11	make
12	make test
13	make install
14
15SUPPORT AND DOCUMENTATION
16
17After installing, you can find documentation for this module with the
18perldoc command.
19
20    perldoc MP3::Tag::Utils
21
22You can also look for information at:
23
24    RT, CPAN's request tracker
25        http://rt.cpan.org/NoAuth/Bugs.html?Dist=MP3-Tag-Utils
26
27    AnnoCPAN, Annotated CPAN documentation
28        http://annocpan.org/dist/MP3-Tag-Utils
29
30    CPAN Ratings
31        http://cpanratings.perl.org/d/MP3-Tag-Utils
32
33    Search CPAN
34        http://search.cpan.org/dist/MP3-Tag-Utils/
35
36
37LICENSE AND COPYRIGHT
38
39Copyright (C) 2010 Zane C. Bowers
40
41This program is free software; you can redistribute it and/or modify it
42under the terms of either: the GNU General Public License as published
43by the Free Software Foundation; or the Artistic License.
44
45See http://dev.perl.org/licenses/ for more information.
46
47