allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
[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',
6 VERSION_FROM => 'Base64.pm',
7 dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
8);