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

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

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

# Note: this file was auto-generated by Module::Build::Compat version 0.35_02
use ExtUtils::MakeMaker;
WriteMakefile
(
          'PL_FILES' => {},
          'INSTALLDIRS' => ($] >= 5.009003 ? 'perl' : 'site'),
          '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
                         }
        )
;