File: Makefile.PL

package info (click to toggle)
libarray-compare-perl 1.16-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 80 kB
  • ctags: 13
  • sloc: perl: 112; makefile: 38
file content (15 lines) | stat: -rw-r--r-- 423 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Note: this file was auto-generated by Module::Build::Compat version 0.2808_01
require 5.6.0;
use ExtUtils::MakeMaker;
WriteMakefile
(
          'PL_FILES' => {},
          'INSTALLDIRS' => 'site',
          'NAME' => 'Array::Compare',
          'EXE_FILES' => [],
          'VERSION_FROM' => 'lib/Array/Compare.pm',
          'PREREQ_PM' => {
                           'Carp' => 0
                         }
        )
;