From: Rafael Garcia-Suarez Date: Sun, 7 Jun 2009 13:55:31 +0000 (+0200) Subject: Bump version of threads.pm X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=26618b64e8dfea63080377b674d18f9fb21878c7;p=p5sagit%2Fp5-mst-13.2.git Bump version of threads.pm --- diff --git a/ext/threads/threads.pm b/ext/threads/threads.pm index 8e2b581..8d24075 100644 --- a/ext/threads/threads.pm +++ b/ext/threads/threads.pm @@ -5,7 +5,7 @@ use 5.008; use strict; use warnings; -our $VERSION = '1.72'; +our $VERSION = '1.72_01'; my $XS_VERSION = $VERSION; $VERSION = eval $VERSION;