From: Jerry D. Hedden Date: Mon, 14 May 2007 08:17:51 +0000 (-0400) Subject: threads::shared 1.11 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=31db09eff5a7858ca0bfee00128a8a84579b2f52;p=p5sagit%2Fp5-mst-13.2.git threads::shared 1.11 From: "Jerry D. Hedden" Message-ID: <1ff86f510705140517n1c140d96nca36667bcbbc27f@mail.gmail.com> Date: Mon, 14 May 2007 08:17:51 -0400 p4raw-id: //depot/perl@31216 --- diff --git a/ext/threads/shared/Changes b/ext/threads/shared/Changes index ec20c8d..6c9ed3d 100644 --- a/ext/threads/shared/Changes +++ b/ext/threads/shared/Changes @@ -1,6 +1,6 @@ Revision history for Perl extension threads::shared. -- +1.11 Mon May 14 12:13:37 2007 - Modify stress test to be TODO under MSWin32 - Store user locks safely diff --git a/ext/threads/shared/README b/ext/threads/shared/README index 08039b5..09b4f48 100644 --- a/ext/threads/shared/README +++ b/ext/threads/shared/README @@ -1,4 +1,4 @@ -threads::shared version 1.09 +threads::shared version 1.11 ============================ This module needs Perl 5.8.0 or later compiled with USEITHREADS. diff --git a/ext/threads/shared/shared.pm b/ext/threads/shared/shared.pm index 07df9e8..9041926 100644 --- a/ext/threads/shared/shared.pm +++ b/ext/threads/shared/shared.pm @@ -5,7 +5,7 @@ use 5.008; use strict; use warnings; -our $VERSION = '1.09_02'; +our $VERSION = '1.11'; my $XS_VERSION = $VERSION; $VERSION = eval $VERSION; @@ -73,7 +73,7 @@ threads::shared - Perl extension for sharing data structures between threads =head1 VERSION -This document describes threads::shared version 1.09 +This document describes threads::shared version 1.11 =head1 SYNOPSIS @@ -368,7 +368,7 @@ L Discussion Forum on CPAN: L Annotated POD for L: -L +L Source repository: L