File: Makefile.PL

package info (click to toggle)
libextutils-parsexs-perl 2.09-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 144 kB
  • ctags: 61
  • sloc: perl: 1,460; makefile: 52
file content (18 lines) | stat: -rw-r--r-- 627 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Note: this file was auto-generated by Module::Build::Compat version 0.03
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'ExtUtils::ParseXS',
          'VERSION_FROM' => 'lib/ExtUtils/ParseXS.pm',
          'PREREQ_PM' => {
                           'Config' => '0',
                           'Cwd' => '0',
                           'Exporter' => '0',
                           'ExtUtils::CBuilder' => '0',
                           'File::Basename' => '0',
                           'File::Spec' => '0'
                         },
          'INSTALLDIRS' => 'perl',
          'PL_FILES' => {}
        )
;