File: Makefile.PL

package info (click to toggle)
libextutils-cbuilder-perl 0.11-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 124 kB
  • ctags: 69
  • sloc: perl: 862; makefile: 44
file content (16 lines) | stat: -rw-r--r-- 538 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Note: this file was auto-generated by Module::Build::Compat version 0.03
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'ExtUtils::CBuilder',
          'VERSION_FROM' => 'lib/ExtUtils/CBuilder.pm',
          'PREREQ_PM' => {
                           'File::Basename' => '0',
                           'File::Spec' => '0',
                           'Test' => '0',
                           'Text::ParseWords' => '0'
                         },
          'INSTALLDIRS' => 'site',
          'PL_FILES' => {}
        )
;