/usr/local/CPAN/Color-Palette/Makefile.PL



use strict;
use warnings;

use ExtUtils::MakeMaker;

WriteMakefile(
  DISTNAME  => 'Color-Palette',
  NAME      => 'Color::Palette',
  AUTHOR    => 'Ricardo\ SIGNES\ \<rjbs\@cpan\.org\>',
  ABSTRACT  => 'a set of named colors',
  VERSION   => '0.091400',
  EXE_FILES => [ qw() ],
  (eval { ExtUtils::MakeMaker->VERSION(6.21) } ? (LICENSE => 'perl') : ()),
  PREREQ_PM    => {
    "MooseX::Types" => '0',
    "Graphics::Color" => '0.21',
    "List::MoreUtils" => '0',
    "Moose" => '0',
  },
);