From: Steffen Mueller Date: Thu, 15 Apr 2010 14:42:48 +0000 (+0200) Subject: Bump threads version to 1.77_01 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=30b05491367d1fecbb231575d1112420d410cafb;p=p5sagit%2Fp5-mst-13.2.git Bump threads version to 1.77_01 This is due to the POD fix of b91a79b929f6eca75f18124340d2f0f89b9588a9. --- diff --git a/dist/threads/threads.pm b/dist/threads/threads.pm index b0c8fe3..8836789 100644 --- 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;