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
Increase threads’ version
[perl5.git]
/
dist
/
threads
/
lib
/
threads.pm
diff --git
a/dist/threads/lib/threads.pm
b/dist/threads/lib/threads.pm
index
349beb1
..
a4890df
100644
(file)
--- a/
dist/threads/lib/threads.pm
+++ b/
dist/threads/lib/threads.pm
@@
-5,7
+5,7
@@
use 5.008;
use strict;
use warnings;
-our $VERSION = '1.81_0
1
';
+our $VERSION = '1.81_0
2
';
my $XS_VERSION = $VERSION;
$VERSION = eval $VERSION;