Update MIME::Base64 and Digest::MD5 from the CPAN version.
[p5sagit/p5-mst-13.2.git] / ext / MIME / Base64 / Makefile.PL
CommitLineData
8be5f608 1require 5.005;
6fba102d 2use ExtUtils::MakeMaker;
3
4WriteMakefile(
5 NAME => 'MIME::Base64',
7e8202f1 6 MAN3PODS => {}, # Pods will be built by installman.
6fba102d 7 VERSION_FROM => 'Base64.pm',
8 dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
9);