This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix Scalar-List-Utils build on Windows; patch sent upstream
[perl5.git]
/
cpan
/
Scalar-List-Utils
/
lib
/
Scalar
/
Util.pm
diff --git
a/cpan/Scalar-List-Utils/lib/Scalar/Util.pm
b/cpan/Scalar-List-Utils/lib/Scalar/Util.pm
index
8ac705e
..
211c572
100644
(file)
--- a/
cpan/Scalar-List-Utils/lib/Scalar/Util.pm
+++ b/
cpan/Scalar-List-Utils/lib/Scalar/Util.pm
@@
-16,7
+16,7
@@
our @EXPORT_OK = qw(
dualvar isdual isvstring looks_like_number openhandle readonly set_prototype
tainted
);
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
$VERSION = eval $VERSION;
require List::Util; # List::Util loads the XS