projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
1a3f0f1
)
Bump threads version to 1.77_01
Steffen Mueller [Thu, 15 Apr 2010 14:42:48 +0000 (16:42 +0200)]
This is due to the POD fix of
b91a79b929f6eca75f18124340d2f0f89b9588a9
.
dist/threads/threads.pm
patch
|
blob
|
blame
|
history
diff --git
a/dist/threads/threads.pm
b/dist/threads/threads.pm
index
b0c8fe3
..
8836789
100644
(file)
--- a/
dist/threads/threads.pm
+++ b/
dist/threads/threads.pm
@@
-5,7
+5,7
@@
use 5.008;
use strict;
use warnings;
-our $VERSION = '1.77';
+our $VERSION = '1.77_01';
my $XS_VERSION = $VERSION;
$VERSION = eval $VERSION;