073ca2f66b
in devel/p5-Scalar-List-Utils from 1.35 to 1.38. Upstream changes: 1.38 -- 2014/01/22 15:33:24 [BUGFIXES] * Avoid Perl_ckwarn() in unweaken() because it's missing on older perls; ckWARN() like the rest of the code (RT92363) 1.37 -- 2014/01/21 14:44:34 [BUGFIXES] * Fix unweaken() for perls < 5.14; need to use sv_setsv() to undef rather than sv_clear() (RT92226) 1.36 -- 2014/01/16 15:40:47 [CHANGES] * Added Scalar::Util::unweaken() * Various documentation changes/updates [BUGFIXES] * Correct uses of overload operators in unit tests (RT91969)
5 lines
331 B
Text
5 lines
331 B
Text
"List::Util" contains a selection of subroutines that people have expressed
|
|
would be nice to have in the perl core, but the usage would not really be
|
|
high enough to warrant the use of a keyword, and the size so small such
|
|
that being individual extensions would be wasteful. By default "List::Util"
|
|
does not export any subroutines.
|