Codebase list libcolor-calc-perl / upstream/1.072 Makefile.PL
upstream/1.072

Tree @upstream/1.072 (Download .tar.gz)

Makefile.PL @upstream/1.072raw · history · blame

# Note: this file was auto-generated by Module::Build::Compat version 0.3800
use ExtUtils::MakeMaker;
WriteMakefile
(
          'PL_FILES' => {},
          'INSTALLDIRS' => 'site',
          'NAME' => 'Color::Calc',
          'EXE_FILES' => [],
          'VERSION_FROM' => 'lib/Color/Calc.pm',
          'PREREQ_PM' => {
                           'Test::More' => 0,
                           'Params::Validate' => '0.75',
                           'Graphics::ColorNames::HTML' => 0,
                           'Graphics::ColorNames::WWW' => '0.01',
                           'Test::NoWarnings' => 0,
                           'Graphics::ColorNames' => '2.1'
                         }
        )
;