Upgrade to Getopt::Long 2.34_04
[p5sagit/p5-mst-13.2.git] / ext / MIME / Base64 / Makefile.PL
CommitLineData
e1839706 1require 5.006;
6fba102d 2use ExtUtils::MakeMaker;
3
4WriteMakefile(
5 NAME => 'MIME::Base64',
6 VERSION_FROM => 'Base64.pm',
7 dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
e1839706 8 ($] >= 5.008) ?
9 (INSTALLDIRS => 'perl') : (),
6fba102d 10);