Subject: | Test should check for $@, not $! |
The t/01-GrayScale.t test contains the following lines:
eval { keys %colors };
ok($!);
This is wrong. The error message after a failed eval is stored in $@,
not in $!.
Regards,
Slaven
This queue is for tickets about the Graphics-ColorNames-GrayScale CPAN distribution.
The Basics
People
|
Bug Information
|