Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit ecb0fc4

Browse files
author
Reini Urban
committed
Scalar-List-Utils: Bump to uploaded 1.45_03
1 parent 5f87ffb commit ecb0fc4

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Porting/Maintainers.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1144,7 +1144,7 @@ package Maintainers;
11441144
},
11451145

11461146
'Scalar::Util' => {
1147-
'DISTRIBUTION' => 'RURBAN/Scalar-List-Utils-1.45_02.tar.gz',
1147+
'DISTRIBUTION' => 'RURBAN/Scalar-List-Utils-1.45_03.tar.gz',
11481148
'FILES' => q[cpan/Scalar-List-Utils],
11491149
# Bump version, make blead compile: RT #113180
11501150
#'CUSTOMIZED' => [

cpan/Scalar-List-Utils/lib/List/Util.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ our @EXPORT_OK = qw(
1515
all any first min max minstr maxstr none notall product reduce sum sum0 shuffle uniq uniqnum uniqstr
1616
pairs unpairs pairkeys pairvalues pairmap pairgrep pairfirst
1717
);
18-
our $VERSION = "1.45_02";
18+
our $VERSION = "1.45_03";
1919
our $XS_VERSION = $VERSION;
2020
$VERSION = eval $VERSION;
2121

cpan/Scalar-List-Utils/lib/List/Util/XS.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use strict;
33
use warnings;
44
use List::Util;
55

6-
our $VERSION = "1.45_02"; # FIXUP
6+
our $VERSION = "1.45_03"; # FIXUP
77
$VERSION = eval $VERSION; # FIXUP
88

99
1;

cpan/Scalar-List-Utils/lib/Scalar/Util.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ our @EXPORT_OK = qw(
1717
dualvar isdual isvstring looks_like_number openhandle readonly set_prototype
1818
tainted
1919
);
20-
our $VERSION = "1.45_02";
20+
our $VERSION = "1.45_03";
2121
$VERSION = eval $VERSION;
2222

2323
require List::Util; # List::Util loads the XS

cpan/Scalar-List-Utils/lib/Sub/Util.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ our @EXPORT_OK = qw(
1515
subname set_subname
1616
);
1717

18-
our $VERSION = "1.45_02";
18+
our $VERSION = "1.45_03";
1919
$VERSION = eval $VERSION;
2020

2121
require List::Util; # as it has the XS

0 commit comments

Comments
 (0)