@@ -5,7 +5,7 @@ use 5.008;
55use strict;
66use warnings;
77
8- our $VERSION = ' 1.16 ' ;
8+ our $VERSION = ' 1.17 ' ;
99my $XS_VERSION = $VERSION ;
1010$VERSION = eval $VERSION ;
1111
@@ -73,7 +73,7 @@ threads::shared - Perl extension for sharing data structures between threads
7373
7474=head1 VERSION
7575
76- This document describes threads::shared version 1.16
76+ This document describes threads::shared version 1.17
7777
7878=head1 SYNOPSIS
7979
@@ -315,8 +315,11 @@ works on shared objects such that I<blessings> propagate across threads.
315315
316316=head1 NOTES
317317
318- threads::shared is designed to disable itself silently if threads are not
319- available. If you want access to threads, you must C<use threads > before you
318+ L<threads::shared> is designed to disable itself silently if threads are not
319+ available. This allows you to write modules and packages that can be used
320+ in both threaded and non-threaded applications.
321+
322+ If you want access to threads, you must C<use threads > before you
320323C<use threads::shared > . L<threads> will emit a warning if you use it after
321324L<threads::shared> .
322325
@@ -368,7 +371,7 @@ L<threads::shared> Discussion Forum on CPAN:
368371L<http://www.cpanforum.com/dist/threads-shared>
369372
370373Annotated POD for L<threads::shared> :
371- L<http://annocpan.org/~JDHEDDEN/threads-shared-1.16 /shared.pm>
374+ L<http://annocpan.org/~JDHEDDEN/threads-shared-1.17 /shared.pm>
372375
373376Source repository:
374377L<http://code.google.com/p/threads-shared/>
0 commit comments