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
/
Sub
/
Util.pm
diff --git
a/cpan/Scalar-List-Utils/lib/Sub/Util.pm
b/cpan/Scalar-List-Utils/lib/Sub/Util.pm
index
a276d95
..
9829903
100644
(file)
--- a/
cpan/Scalar-List-Utils/lib/Sub/Util.pm
+++ b/
cpan/Scalar-List-Utils/lib/Sub/Util.pm
@@
-15,7
+15,7
@@
our @EXPORT_OK = qw(
subname set_subname
);
-our $VERSION = "1.42";
+our $VERSION = "1.42
_01
";
$VERSION = eval $VERSION;
require List::Util; # as it has the XS