# $Id: Makefile.PL 20 2008-09-14 14:10:00Z cfaerber $ # use 5.006; use strict; use ExtUtils::MakeMaker; WriteMakefile( 'NAME' => 'Color::Calc', 'VERSION_FROM' => 'lib/Color/Calc.pm', 'PREREQ_PM' => { 'Graphics::ColorNames' => 0.32, 'Graphics::ColorNames::WWW' => 0.01, 'Params::Validate' => 0.75, }, 'ABSTRACT_FROM' => 'lib/Color/Calc.pm', 'AUTHOR' => 'Claus Faerber ', 'LICENSE' => 'perl', ); sub MY::postamble { return <