use ExtUtils::MakeMaker; # See lib/ExtUtils/MakeMaker.pm for details of how to influence # the contents of the Makefile that is written. WriteMakefile( 'NAME' => 'cyrillic-suite', 'PREREQ_PM' => { Unicode::Map8 => 0, Unicode::String => 0 } );