Codebase list libextutils-cbuilder-perl / upstream/0.2701 Makefile.PL
upstream/0.2701

Tree @upstream/0.2701 (Download .tar.gz)

Makefile.PL @upstream/0.2701raw · history · blame

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