Skip to content

davorg-cpan/audiofile-info-mp3-tag

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
t
 
 
 
 
 
 
 
 
 
 
 
 
AudioFile::Info::MP3::ID3Lib
============================

AudioFile::Info::MP3::ID3Lib is a plugin module for AudioFile::Info.
It extracts information from MP files using the module MP3::ID3Lib.

INSTALLATION

To install this module type the following:

  perl Build.PL
  ./Build
  ./Build test
  ./Build install

The final step will probably need to be carried out with superuser
permissions.  

DEPENDENCIES

This module requires these other modules and libraries:

  * MP3::ID3Lib
  * AudioFile::Info

COPYRIGHT AND LICENCE

Copyright (C) 2003 Dave Cross

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.