/usr/local/CPAN/Net-IDN-Nameprep/Makefile.PL


# Note: this file was auto-generated by Module::Build::Compat version 0.3603
use ExtUtils::MakeMaker;
WriteMakefile
(
          'PL_FILES' => {},
          'INSTALLDIRS' => 'site',
          'NAME' => 'Net::IDN::Nameprep',
          'EXE_FILES' => [],
          'VERSION_FROM' => 'lib/Net/IDN/Nameprep.pm',
          'PREREQ_PM' => {
                           'Test::More' => 0,
                           'Test::NoWarnings' => 0,
                           'Unicode::Stringprep' => '1.1'
                         }
        )
;