--- Convert-Scalar/Scalar.pm 2003/02/12 20:42:10 1.5 +++ Convert-Scalar/Scalar.pm 2004/04/24 06:23:12 1.6 @@ -26,7 +26,7 @@ package Convert::Scalar; BEGIN { - $VERSION = 0.1; + $VERSION = '1.0'; @ISA = qw(Exporter); @EXPORT_OK = qw(weaken unmagic grow); %EXPORT_TAGS = ( @@ -143,9 +143,11 @@ =item refcnt_rv scalar[, newrefcnt] -Works like C, but dereferences the given reference first. Remember -that taking a reference of some object increases it's reference count, so -the reference count used by the C<*_rv>-funtions tend to be one higher. +Works like C, but dereferences the given reference first. This is +useful to find the reference count of arrays or hashes, which cnanot be +passed directly. Remember that taking a reference of some object increases +it's reference count, so the reference count used by the C<*_rv>-functions +tend to be one higher. =item refcnt_inc_rv scalar