File: Makefile.PL

package info (click to toggle)
libconvert-color-perl 0.11-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 272 kB
  • ctags: 103
  • sloc: perl: 1,728; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 477 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Note: this file was auto-generated by Module::Build::Compat version 0.4205
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'Convert::Color',
  'VERSION_FROM' => 'lib/Convert/Color.pm',
  'PREREQ_PM' => {
                   'List::UtilsBy' => 0,
                   'Module::Pluggable' => 0,
                   'Test::More' => '0.88',
                   'Test::Number::Delta' => 0
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {}
)
;