libunicode-string-perl/Makefile.PL

12 lines
275 B
Makefile
Raw Permalink Normal View History

2022-09-23 11:12:27 +08:00
require 5.004;
use ExtUtils::MakeMaker;
WriteMakefile(
'NAME' => 'Unicode::String',
'VERSION_FROM' => 'String.pm',
'PREREQ_PM' => {
'MIME::Base64' => 2.00,
},
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
);