1# Note: this file was auto-generated by Module::Build::Compat version 0.4229
2use ExtUtils::MakeMaker;
3WriteMakefile
4(
5  'VERSION_FROM' => 'lib/Graphics/ColorNames/WWW.pm',
6  'PL_FILES' => {},
7  'INSTALLDIRS' => 'site',
8  'NAME' => 'Graphics::ColorNames::WWW',
9  'EXE_FILES' => [],
10  'PREREQ_PM' => {
11                   'Graphics::ColorNames' => '0.32',
12                   'Test::NoWarnings' => 0,
13                   'Test::More' => 0
14                 }
15)
16;
17