File: Makefile.PL

package info (click to toggle)
libparams-validate-perl 0.93-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 560 kB
  • ctags: 723
  • sloc: perl: 2,687; makefile: 4
file content (18 lines) | stat: -rw-r--r-- 637 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.35_10
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'Params::Validate',
          'VERSION_FROM' => 'lib/Params/Validate.pm',
          'PREREQ_PM' => {
                           'Attribute::Handlers' => '0.79',
                           'ExtUtils::CBuilder' => 0,
                           'Pod::Man' => '1.14',
                           'Scalar::Util' => '1.10',
                           'Test::More' => '0.34'
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [],
          'PL_FILES' => {}
        )
;