'Scalar-List-Utils' => {
'DISTRIBUTION' => 'PEVANS/Scalar-List-Utils-1.42.tar.gz',
- 'FILES' => q[cpan/Scalar-List-Utils],
+ 'FILES' => q[cpan/Scalar-List-Utils],
+ # Waiting to be merged upstream:
+ # https://github.com/Scalar-List-Utils/Scalar-List-Utils/pull/24
+ 'CUSTOMIZED' => [
+ qw( ListUtil.xs
+ lib/List/Util.pm
+ lib/List/Util/XS.pm
+ lib/Scalar/Util.pm
+ lib/Sub/Util.pm
+ )
+ ],
},
'Search::Dict' => {
for(i = 0; i < items; i++) {
SV *pair = args_copy[i];
+ AV *pairav;
+
SvGETMAGIC(pair);
if(SvTYPE(pair) != SVt_RV)
croak("Not an ARRAY reference at List::Util::unpack() argument %d", i);
// TODO: assert pair is an ARRAY ref
- AV *pairav = (AV *)SvRV(pair);
+ pairav = (AV *)SvRV(pair);
EXTEND(SP, 2);
all any first min max minstr maxstr none notall product reduce sum sum0 shuffle
pairs unpairs pairkeys pairvalues pairmap pairgrep pairfirst
);
-our $VERSION = "1.42";
+our $VERSION = "1.42_01";
our $XS_VERSION = $VERSION;
$VERSION = eval $VERSION;
use strict;
use List::Util;
-our $VERSION = "1.42"; # FIXUP
+our $VERSION = "1.42_01"; # FIXUP
$VERSION = eval $VERSION; # FIXUP
1;
dualvar isdual isvstring looks_like_number openhandle readonly set_prototype
tainted
);
-our $VERSION = "1.42";
+our $VERSION = "1.42_01";
$VERSION = eval $VERSION;
require List::Util; # List::Util loads the XS
subname set_subname
);
-our $VERSION = "1.42";
+our $VERSION = "1.42_01";
$VERSION = eval $VERSION;
require List::Util; # as it has the XS
ExtUtils::MakeMaker cpan/ExtUtils-MakeMaker/lib/ExtUtils/testlib.pm 7fbc42ca2ebc6c677b79ae5fd5647243cf069463
ExtUtils::MakeMaker cpan/ExtUtils-MakeMaker/t/basic.t 6cdc7701b50e586bc9c4cfb1616de8eb0b1baf34
ExtUtils::MakeMaker cpan/ExtUtils-MakeMaker/t/pm_to_blib.t 71ebcee355691ce374fcad251b12d8b2412462b3
+Scalar-List-Utils cpan/Scalar-List-Utils/lib/List/Util.pm 62d2a82a811b531a3fd25cb60c4c2ef943858892
+Scalar-List-Utils cpan/Scalar-List-Utils/lib/List/Util/XS.pm 08abbe1a707927cee53e85ba85d6bd35c1c2ae50
+Scalar-List-Utils cpan/Scalar-List-Utils/lib/Scalar/Util.pm 7f1e6eb11105623200ef9cdcb881545ccb769ded
+Scalar-List-Utils cpan/Scalar-List-Utils/lib/Sub/Util.pm d87811528ae3587f04e2f09894b8c88471754386
+Scalar-List-Utils cpan/Scalar-List-Utils/ListUtil.xs ed25abc419771d6f3f12323f1f0a372f043d51b2
Text::ParseWords cpan/Text-ParseWords/t/ParseWords.t 9bae51c9b944cd5c0bbabe9d397e573976a2be8e
Win32API::File cpan/Win32API-File/buffers.h 02d230ac9ac7091365128161a0ed671898baefae
Win32API::File cpan/Win32API-File/cFile.h fca7e383e76979c3ac3adf12d11d1bcd2618e489