Codebase list libextutils-cbuilder-perl / debian/0.23-1 Makefile.PL
debian/0.23-1

Tree @debian/0.23-1 (Download .tar.gz)

Makefile.PL @debian/0.23-1raw · history · blame

# Note: this file was auto-generated by Module::Build::Compat version 0.2808_01
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' => '0',
                           'Text::ParseWords' => '0'
                         },
          'INSTALLDIRS' => ($] >= 5.009003 ? 'perl' : 'site'),
          'EXE_FILES' => [],
          'PL_FILES' => {}
        )
;