summaryrefslogtreecommitdiff
path: root/cpan/dist/MIME-Types/Makefile.PL
blob: c69c28735791747f57c0cd71d80ce777c76b181e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
use ExtUtils::MakeMaker;

require 5.005;

WriteMakefile
  ( NAME		=> 'MIME::Types'
  , VERSION_FROM	=> 'MIME/Types.pm'
  , DIR                 => [ 'MIME' ]
  , PREREQ_PM		=> {}
  , AUTHOR              => 'Mark Overmeer'
  , ABSTRACT            => 'Definition of MIME types'
  );