Skip Menu |

This queue is for tickets about the Color-Library CPAN distribution.

Report information
The Basics
Id: 80708
Status: resolved
Priority: 0/
Queue: Color-Library

People
Owner: Nobody in particular
Requestors: nine [...] detonation.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.02
Fixed in: (no value)



Subject: Deprecation warning since perl 5.14
Use of qw(...) as parentheses is deprecated at /usr/lib/perl5/vendor_perl/5.14.2/Color/Library/Color.pm line 101 To fix, replace: for my $method qw/id name title dictionary html value hex/ { with: for my $method (qw/id name title dictionary html value hex/) {
I believe this was fixed in 0.21, wasn't it? -- rjbs
Oh yes, indeed. Thank you.