Subject: | List::Uniq bug |
Date: | Tue, 22 Jul 2008 13:42:03 +0800 (WST) |
To: | bug-List-Uniq [...] rt.cpan.org |
From: | Peter Caffin <pc+rt.cpan.org [...] autons.net.au> |
---------
Successful CPAN install:
Appending installation info to
/usr/local/lib/perl5/5.8.8/sun4-solaris/perllocal.pod
JFITZ/List-Uniq-0.10.tar.gz
/usr/local/bin/make install -- OK
---------
Code triggering warning:
use List::Uniq ':all';
[...]
my @uniq_authors = uniq(@authors);
---------
Warning string:
Use of uninitialized value in hash element at
/usr/local/lib/perl5/site_perl/5.8.8/List/Uniq.pm line 103.
[error repeated for each item in the array]
The end result seems fine, but, it'd be nice to see the warning squashed.
---------
Environment:
bash-3.00$ uname -a
SunOS libclus1 5.10 Generic_125100-04 sun4u sparc SUNW,Sun-Fire-V445
bash-3.00$ perl -v
This is perl, v5.8.8 built for sun4-solaris
[...]