use strict;
use warnings;
-our $VERSION = '1.03';
+our $VERSION = '1.04';
my $XS_VERSION = $VERSION;
$VERSION = eval $VERSION;
=head1 VERSION
-This document describes threads::shared version 1.03
+This document describes threads::shared version 1.04
=head1 SYNOPSIS
written to support sharing. For example, an object's destructor may get called
multiple times, one for each thread's scope exit. Another example, is that
the contents of hash-based objects will be lost due to the above mentioned
-limitation.
+limitation. See F<examples/class.pl> (in the CPAN distribution of this
+module) for how to create a class that supports object sharing.
Does not support C<splice> on arrays!
L<http://www.cpanforum.com/dist/threads-shared>
Annotated POD for L<threads::shared>:
-L<http://annocpan.org/~JDHEDDEN/threads-shared-1.03/shared.pm>
+L<http://annocpan.org/~JDHEDDEN/threads-shared-1.04/shared.pm>
L<threads>, L<perlthrtut>