Makefile.PL   [plain text]


# Note: this file was auto-generated by Module::Build::Compat version 0.03
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'ExtUtils::CBuilder',
          'VERSION_FROM' => 'lib/ExtUtils/CBuilder.pm',
          'PREREQ_PM' => {
                           'File::Basename' => '0',
                           'File::Spec' => '0',
                           'Test' => '0',
                           'Text::ParseWords' => '0'
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [],
          'PL_FILES' => {}
        )
;