File: Makefile.PL

package info (click to toggle)
libarray-printcols-perl 2.6-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 524 kB
  • sloc: perl: 86; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 374 bytes parent folder | download | duplicates (4)
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.4005
use ExtUtils::MakeMaker;
WriteMakefile
(
  'PL_FILES' => {},
  'VERSION_FROM' => 'PrintCols.pm',
  'INSTALLDIRS' => 'site',
  'PREREQ_PM' => {
                   'File::ShareDir' => '1.00',
                   'Carp' => 0
                 },
  'NAME' => 'Array::PrintCols',
  'EXE_FILES' => []
)
;