# $Id: Makefile.PL 68 2007-10-06 10:14:44Z cfaerber $ BEGIN { require 5.006; } use utf8; 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::Stringprep', 'VERSION_FROM' => 'lib/Unicode/Stringprep.pm', # finds $VERSION 'PREREQ_PM' => { 'Unicode::Normalize' => 0.30, }, ($] >= 5.005 ? ## Add these new keywords supported since 5.005 (ABSTRACT => 'Preparation of Internationalized Strings (RFC 3454)', AUTHOR => 'Claus Färber ') : ()), ); sub MY::postamble { return <