Mon Jun 14 19:20:45 2010user42 [...] zip.com.au - Ticket created
Subject:
flatten of empty arrayref
Date:
Tue, 15 Jun 2010 09:19:30 +1000
To:
bug-List-Uniq [...] rt.cpan.org
From:
Kevin Ryde <user42 [...] zip.com.au>
With recent debian i386 perl 5.10.1 and List::Uniq 0.12 if an empty
arrayref is followed by another arrayref then the latter is not
flattened. For example
use strict;
use warnings;
use List::Uniq 'uniq';
print uniq('foo', 'bar', [], ['foo'], 'quux');
prints
foobarARRAY(0x958e6f8)quux
where from reading the docs I expected "foobarquux".
Tue Jun 15 04:12:20 2010JFITZ [...] cpan.org - Taken
Tue Jun 15 09:42:34 2010JFITZ [...] cpan.org - Correspondence added60 min
Fixed in 0.13, which has been uploaded to PAUSE and is attached here if
anyone wants it sooner.
Cheers