This repository was archived by the owner on Jun 1, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
cpan/Scalar-List-Utils/lib Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff 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' => [
Original file line number Diff line number Diff 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 " ;
1919our $XS_VERSION = $VERSION ;
2020$VERSION = eval $VERSION ;
2121
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ use strict;
33use warnings;
44use List::Util;
55
6- our $VERSION = " 1.45_02 " ; # FIXUP
6+ our $VERSION = " 1.45_03 " ; # FIXUP
77$VERSION = eval $VERSION ; # FIXUP
88
991;
Original file line number Diff line number Diff 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
2323require List::Util; # List::Util loads the XS
Original file line number Diff line number Diff 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
2121require List::Util; # as it has the XS
You can’t perform that action at this time.
0 commit comments