Integrate mainline
[p5sagit/p5-mst-13.2.git] / ext / MIME / Base64 / Makefile.PL
CommitLineData
6fba102d 1require 5.002;
2use ExtUtils::MakeMaker;
3
4WriteMakefile(
5 NAME => 'MIME::Base64',
5629c675 6 MAN3PODS => {}, # Pods will be built by installman.
6fba102d 7 VERSION_FROM => 'Base64.pm',
8 dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
9);