/usr/local/CPAN/Perl6-Str/Makefile.PL


# Note: this file was auto-generated by Module::Build::Compat version 0.3603
require 5.008003;
use ExtUtils::MakeMaker;
WriteMakefile
(
          'PL_FILES' => {},
          'INSTALLDIRS' => 'site',
          'NAME' => 'Perl6::Str',
          'EXE_FILES' => [],
          'VERSION_FROM' => 'lib/Perl6/Str.pm',
          'PREREQ_PM' => {
                           'Test::More' => 0,
                           'charnames' => 0,
                           'Unicode::Normalize' => 0,
                           'Encode' => 0
                         }
        )
;