threads::shared 1.11
Jerry D. Hedden [Mon, 14 May 2007 08:17:51 +0000 (04:17 -0400)]
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510705140517n1c140d96nca36667bcbbc27f@mail.gmail.com>
Date: Mon, 14 May 2007 08:17:51 -0400

p4raw-id: //depot/perl@31216

ext/threads/shared/Changes
ext/threads/shared/README
ext/threads/shared/shared.pm

index ec20c8d..6c9ed3d 100644 (file)
@@ -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
 
index 08039b5..09b4f48 100644 (file)
@@ -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.
index 07df9e8..9041926 100644 (file)
@@ -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<threads::shared> Discussion Forum on CPAN:
 L<http://www.cpanforum.com/dist/threads-shared>
 
 Annotated POD for L<threads::shared>:
-L<http://annocpan.org/~JDHEDDEN/threads-shared-1.09/shared.pm>
+L<http://annocpan.org/~JDHEDDEN/threads-shared-1.11/shared.pm>
 
 Source repository:
 L<http://code.google.com/p/threads-shared/>