ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Devel-FindRef/FindRef.pm
(Generate patch)

Comparing Devel-FindRef/FindRef.pm (file contents):
Revision 1.29 by root, Sat Apr 13 06:53:33 2013 UTC vs.
Revision 1.32 by root, Tue Jun 3 18:40:50 2014 UTC

4 4
5use XSLoader; 5use XSLoader;
6use Scalar::Util; 6use Scalar::Util;
7 7
8BEGIN { 8BEGIN {
9 our $VERSION = '1.422'; 9 our $VERSION = 1.44;
10 XSLoader::load __PACKAGE__, $VERSION; 10 XSLoader::load __PACKAGE__, $VERSION;
11} 11}
12 12
13=head1 NAME 13=head1 NAME
14 14
210 210
211=item $ptr = Devel::FindRef::ref2ptr $reference 211=item $ptr = Devel::FindRef::ref2ptr $reference
212 212
213The opposite of C<ptr2ref>, above: returns the internal address of the 213The opposite of C<ptr2ref>, above: returns the internal address of the
214value pointed to by the passed reference. This function is safe to call on 214value pointed to by the passed reference. This function is safe to call on
215anything, and returns the same value taht a normal reference would if used 215anything, and returns the same value that a normal reference would if used
216in a numeric context. 216in a numeric context.
217 217
218=back 218=back
219 219
220=head1 ENVIRONMENT VARIABLES 220=head1 ENVIRONMENT VARIABLES

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines