Path to this page:
./
devel/p5-Scalar-List-Utils,
Common Scalar and List utility subroutines
Branch: CURRENT,
Version: 1.68nb1,
Package name: p5-Scalar-List-Utils-1.68nb1,
Maintainer: pkgsrc-users"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.
Required to run:[
lang/perl5]
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
Filesize: 177.277 KB
Version history: (Expand)
- (2024-11-16) Updated to version: p5-Scalar-List-Utils-1.68nb1
- (2024-10-20) Updated to version: p5-Scalar-List-Utils-1.68
- (2024-09-22) Updated to version: p5-Scalar-List-Utils-1.66
- (2024-08-11) Updated to version: p5-Scalar-List-Utils-1.65
- (2024-08-04) Updated to version: p5-Scalar-List-Utils-1.64
- (2023-07-06) Updated to version: p5-Scalar-List-Utils-1.63nb1
CVS history: (Expand)
2024-11-16 13:08:07 by Thomas Klausner | Files touched by this commit (2504) |
Log message:
*: recursive bump for perl 5.40
|
2024-10-20 08:27:27 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-Scalar-List-Utils: update to 1.68.
1.68 -- 2024-10-18
[CHANGES]
* Added (empty) Scalar::List::Utils module so that a module exists
which matches the name of the distribution (GH #135)
1.67 -- 2024-10-18
[BUGFIXES]
* zip() and mesh() should not alias their input values into the
returned results (RT156183)
* Exception message from mesh() should name the correct function
|
2024-09-22 09:11:17 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-Scalar-List-Utils: update to 1.66.
1.66 -- 2024-09-19
[BUGFIXES]
* Apostrophe is no longer special in package names in recent Perl
versions
* Fix operator precedence issue in `t/uniqnum.t`
|
2024-08-11 08:18:53 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-Scalar-List-Utils: update to 1.65.
1.65 -- 2024-08-06
[BUGFIXES]
* Update exotic names test to avoid single quote package separator
(GH #128)
* Don't loop forever in uniqnum.t (GH #130)
|
2024-08-04 09:04:26 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-Scalar-List-Utils: update to 1.64.
1.64 -- 2024-08-02
[CHANGES]
* On Perl version 5.40 or later, various `Scalar::Util` functions are
now simply aliases to core-provided functions in `builtin::`:
+ blessed(), refaddr(), reftype(), weaken(), unweaken(), isweak()
* Remember to list `head` and `tail` in `List::Util` SYNOPSIS
* Various improvements to internal CI infrastructure
|
2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483) |
Log message:
*: recursive bump for perl 5.38
|
2023-05-20 09:00:38 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-Scalar-List-Utils: update to 1.63.
1.63 -- 2022-08-08
[BUGFIXES]
* Fix off-by-one in stack handling of head() / tail() (RT143905)
* Fix documentation copy-paste error about builtin::reftype
* Ensure exotic_names.t will work on EBCDIC platforms
* Add basic Github CI workflow
1.62 -- 2022-03-17
[CHANGES]
* Prepare for perl 5.35.10 release:
+ Skip the tainted tests if your perl was built without taint
support
+ Document the existence of the `builtin::` equivalents for
several Scalar::Util functions
1.61 -- 2022-02-16
[BUGFIXES]
* Fix some more signed comparison warnings (Perl5 #19429)
|
2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952) |
Log message:
*: recursive bump for perl 5.36
|