Path to this page:
Subject: CVS commit: pkgsrc/devel/p5-Scalar-List-Utils
From: Thomas Klausner
Date: 2016-04-08 17:12:10
Message id: 20160408151210.DA831FBBA@cvs.NetBSD.org
Log Message:
Updated p5-Scalar-List-Utils to 1.45
1.45 -- 2016/03/25 16:09:40
[CHANGES]
* Renamed existing uniq() to uniqstr()
* Canonicalise undef to {empty string,zero} in uniq{str,num}()
* Add a new uniq() with more DWIMish semantics around undef
[BUGFIXES]
* Fix uses of GET magic by the uniq*() family of functions. GET magic
is now always invoked exactly once if it exists.
1.44 -- 2016/03/17 23:08:46
[CHANGES]
* Added List::Util::uniq() and uniqnum()
(with thanks to randir and ilmari for assistance writing code and
tests)
Files: