# $Id: Makefile.PL 72 2007-10-12 15:25:28Z cfaerber $ use 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' => 'Encode::Punycode', 'VERSION_FROM' => 'lib/Encode/Punycode.pm', # finds $VERSION 'PREREQ_PM' => { 'Encode' => 1, 'Net::IDN::Punycode' => 0.99, }, ($] >= 5.005 ? ## Add these new keywords supported since 5.005 (ABSTRACT => 'Encode plugin for Punycode (RFC 3492)', AUTHOR => 'Claus Färber ', LICENSE => 'perl', ) : ()), ); sub MY::postamble { return <