use ExtUtils::MakeMaker; require 5.005; WriteMakefile ( NAME => 'MIME::Types' , VERSION => '1.34' , PREREQ_PM => { Test::More => 0.47 } , AUTHOR => 'Mark Overmeer' , ABSTRACT => 'Definition of MIME types' , LICENSE => 'perl' ); ### used by oodist during production of distribution sub MY::postamble { <<'__POSTAMBLE' } # for DIST RAWDIR = ../public_html/mimetypes/raw DISTDIR = ../public_html/mimetypes/source LICENSE = artistic # for POD FIRST_YEAR = 1999,2001 EMAIL = perl@overmeer.net WEBSITE = http://perl.overmeer.net/mimetypes/ # for HTML HTML_OUTPUT = ../public_html/mimetypes/html HTML_DOCROOT = /mimetypes/html HTML_PACKAGE = ../public_html/mimetypes/htmlpkg __POSTAMBLE