File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ use Config;
8
8
9
9
use Scalar::Util qw( reftype refaddr blessed) ;
10
10
11
- our $VERSION = ' 1.66 ' ; # Please update the pod, too.
11
+ our $VERSION = ' 1.67 ' ; # Please update the pod, too.
12
12
my $XS_VERSION = $VERSION ;
13
13
$VERSION = eval $VERSION ;
14
14
@@ -196,7 +196,7 @@ threads::shared - Perl extension for sharing data structures between threads
196
196
197
197
=head1 VERSION
198
198
199
- This document describes threads::shared version 1.66
199
+ This document describes threads::shared version 1.67
200
200
201
201
=head1 SYNOPSIS
202
202
Original file line number Diff line number Diff line change 40
40
* proxy PVLV element with attached element magic.
41
41
*
42
42
* Pointers to the shared SV are squirrelled away in the mg->mg_ptr field
43
- * of magic (with mg_len == 0), and in the IV2PTR (SvIV(sv)) field of tied
43
+ * of magic (with mg_len == 0), and in the INT2PTR (SvIV(sv)) field of tied
44
44
* object SVs. These pointers have to be hidden like this because they
45
45
* cross interpreter boundaries, and we don't want sv_clear() and friends
46
46
* following them.
You can’t perform that action at this time.
0 commit comments