Skip to content

Commit 2c95d8c

Browse files
author
jdhedden
committed
threads-shared v1.23
1 parent 2cefb41 commit 2c95d8c

File tree

5 files changed

+465
-466
lines changed

5 files changed

+465
-466
lines changed

Changes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Revision history for Perl extension threads::shared.
22

3+
1.23 Tue Jun 17 20:26:13 2008
4+
- Rewrite of timer process in tests
5+
36
1.22 Tue Jun 10 17:15:36 2008
47
- Upgraded ppport.h to Devel::PPPort 3.14
58
- LICENSE section in POD

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
threads::shared version 1.22
1+
threads::shared version 1.23
22
============================
33

44
This module needs Perl 5.8.0 or later compiled with USEITHREADS.

shared.pm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use warnings;
77

88
use Scalar::Util qw(reftype refaddr blessed);
99

10-
our $VERSION = '1.22';
10+
our $VERSION = '1.23';
1111
my $XS_VERSION = $VERSION;
1212
$VERSION = eval $VERSION;
1313

@@ -186,7 +186,7 @@ threads::shared - Perl extension for sharing data structures between threads
186186
187187
=head1 VERSION
188188
189-
This document describes threads::shared version 1.22
189+
This document describes threads::shared version 1.23
190190
191191
=head1 SYNOPSIS
192192
@@ -540,7 +540,7 @@ L<threads::shared> Discussion Forum on CPAN:
540540
L<http://www.cpanforum.com/dist/threads-shared>
541541
542542
Annotated POD for L<threads::shared>:
543-
L<http://annocpan.org/~JDHEDDEN/threads-shared-1.22/shared.pm>
543+
L<http://annocpan.org/~JDHEDDEN/threads-shared-1.23/shared.pm>
544544
545545
Source repository:
546546
L<http://code.google.com/p/threads-shared/>

0 commit comments

Comments
 (0)