# Info

[![Build Status](https://travis-ci.org/JJ/perl-mp3-info.svg?branch=master)](https://travis-ci.org/JJ/perl-mp3-info)

This is MP3::Info, for getting info out of and into MP3 files.

This archive can always be obtained from CPAN at
   http://www.cpan.org/authors/id/DANIEL/ or http://www.cpan.org/modules/by-module/MP3/

Please let me know how well it does(n't) work, and any changes you'd
like to see.

Thanks to all of the people who have sent me feedback and ideas.

## Install

You can install this module in the usual Perl way, from CPAN. If you
obtained it from GitHub,

       cpanm --installdeps .

And then

       perl Makefile.PL
       make
       make install

## License

Copyright (c) 2006-2008 Dan Sully & Slim Devices, Inc.

Copyright (c) 1998-2005 Chris Nandor.

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