On 17/12/07 20:45 [EMAIL PROTECTED] wrote: > This distribution has been tested as part of the cpan-testers > effort to test as many new uploads to CPAN as possible. See > http://testers.cpan.org/ > > Please cc any replies to [email protected] to keep other > test volunteers informed and to prevent any duplicate effort. > > -- > Dear Robert Rothenberg, > > This is a computer-generated report for Graphics-ColorNames-2.04 > on perl-5.00505, created automatically by CPAN-Reporter-1.0601 > and sent to the CPAN Testers mailing list.
It requires 5.6.0. Unfortunately when Module::Build creates the Makefile, it doesn't add the requires line for the appropriate perl version. However, it is in the module file, second line: package Graphics::ColorNames; require 5.006; So it should have failed earlier, no?
