#acl PaulHowarth:read,write,admin,revert,delete All:read === Wednesday 8th December 2010 === ==== Local Packages ==== * Updated `java-1.6.0-sun` to include time zone updates from `tzupdater` 1.3.34-2010o (see SunJava6OnFedora) * New package `perl-Locale-Maketext-Lexicon` (0.82) * New package `perl-Locale-Maketext-Simple` (0.18) * Updated `perl-List-MoreUtils` to 0.29: * Refactored the split test scripts into a common test module to be shared between both the Perl and XS versions * Re-applied fix for [[CPAN:39847|CPAN RT#39847]] "minmax error: unpredictable results with lists of 1 element" * Reduced test suite peak memory consumption by 5-10 megabytes * Added the '`distinct`' alias for the `uni`q function, for people that like their chained `map`/`grep`/`sort` pipelines with a SQL'ish flavour * Expanded test suite for the `any()` group of functions * The `any()` group of functions now strictly always return scalar boolean `true`, `false` and `undef` to match the XS version * General house cleaning * The behaviour of `any`/`all`/`none`/`notall` has changed when passed a null list to treat a null list as a legitimate list ([[CPAN:40905|CPAN RT#40905]]) * Disabled the leaking XS versions of `part()`, `apply()` and `indexes()` * Restored the regression test for [[CPAN:38630|CPAN RT#38630]] from 0.23 * Added `uniq` warning tests, disabled initially ----