/usr/local/CPAN/Acme-Colour/Makefile.PL


# Note: this file was auto-generated by Module::Build::Compat version 0.2808_01
use ExtUtils::MakeMaker;
WriteMakefile
(
          'PL_FILES' => {},
          'INSTALLDIRS' => 'site',
          'NAME' => 'Acme::Colour',
          'EXE_FILES' => [],
          'VERSION_FROM' => 'lib/Acme/Colour.pm',
          'PREREQ_PM' => {
                           'Test::More' => '0.01',
                           'List::Util' => '0',
                           'Error' => '0.15',
                           'Test::Exception' => '0.15',
                           'Module::Build' => '0.20',
                           'Graphics::ColorNames' => '0'
                         }
        )
;