File tree Expand file tree Collapse file tree 5 files changed +465
-466
lines changed
Expand file tree Collapse file tree 5 files changed +465
-466
lines changed Original file line number Diff line number Diff line change 11Revision 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+
361.22 Tue Jun 10 17:15:36 2008
47 - Upgraded ppport.h to Devel::PPPort 3.14
58 - LICENSE section in POD
Original file line number Diff line number Diff line change 1- threads::shared version 1.22
1+ threads::shared version 1.23
22============================
33
44This module needs Perl 5.8.0 or later compiled with USEITHREADS.
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ use warnings;
77
88use Scalar::Util qw( reftype refaddr blessed) ;
99
10- our $VERSION = ' 1.22 ' ;
10+ our $VERSION = ' 1.23 ' ;
1111my $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:
540540L<http://www.cpanforum.com/dist/threads-shared>
541541
542542Annotated 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
545545Source repository:
546546L<http://code.google.com/p/threads-shared/>
You can’t perform that action at this time.
0 commit comments