File: Makefile.PL

package info (click to toggle)
libextutils-cbuilder-perl 0.23-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 168 kB
  • ctags: 84
  • sloc: perl: 1,079; makefile: 8
file content (19 lines) | stat: -rw-r--r-- 687 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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' => {}
        )
;