/usr/local/CPAN/Unicode-Semantics/Makefile.PL


use 5.008001;
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
    NAME              => 'Unicode::Semantics',
    VERSION_FROM      => 'lib/Unicode/Semantics.pm',
    PREREQ_PM         => {},
    ABSTRACT_FROM     => 'lib/Unicode/Semantics.pm',
    AUTHOR            => 'Juerd Waalboer <#####@juerd.nl>',
);