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
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf08b07
)
bump threads version
author
Jarkko Hietaniemi
<jhi@iki.fi>
Fri, 20 Nov 2015 17:27:32 +0000
(12:27 -0500)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Mon, 23 Nov 2015 11:55:12 +0000
(06:55 -0500)
dist/threads/lib/threads.pm
patch
|
blob
|
blame
|
history
diff --git
a/dist/threads/lib/threads.pm
b/dist/threads/lib/threads.pm
index
0f6bca4
..
2e4b859
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 = '2.0
4
';
+our $VERSION = '2.0
5
';
my $XS_VERSION = $VERSION;
$VERSION = eval $VERSION;