diff options
Diffstat (limited to 'ext/Encode/Makefile.PL')
-rw-r--r-- | ext/Encode/Makefile.PL | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ext/Encode/Makefile.PL b/ext/Encode/Makefile.PL new file mode 100644 index 0000000000..329937e0e2 --- /dev/null +++ b/ext/Encode/Makefile.PL @@ -0,0 +1,11 @@ +use ExtUtils::MakeMaker; +WriteMakefile( + NAME => "Encode", + VERSION_FROM => 'Encode.pm', + 'dist' => { + COMPRESS => 'gzip -9f', + SUFFIX => 'gz', + DIST_DEFAULT => 'all tardist', + }, + MAN3PODS => {}, +); |