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

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

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

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