The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

INSTALLATION

These are the installation instructions for MIME::Detect.

The module releases are hosted on CPAN. The module can be installed:

latest release from CPAN
  cpan MIME::Detect

or

  cpanm MIME::Detect
directly, as the latest development files
 cpanm git://github.com/Corion/mime-detect.git
manually cloninig the repository:
 git clone git://github.com/Corion/mime-detect.git
 cd MIME_Detect
 perl Makefile.PL
 make
 make test
 make install