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:
c2053dd
)
Increase threads’ version
author
Father Chrysostomos
<sprout@cpan.org>
Wed, 10 Nov 2010 13:39:17 +0000
(
05:39
-0800)
committer
Father Chrysostomos
<sprout@cpan.org>
Thu, 11 Nov 2010 12:14:56 +0000
(
04:14
-0800)
dist/threads/lib/threads.pm
patch
|
blob
|
blame
|
history
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;