--- Convert-Scalar/Scalar.pm 2014/02/03 03:32:13 1.15 +++ Convert-Scalar/Scalar.pm 2015/06/25 14:04:32 1.16 @@ -26,7 +26,7 @@ package Convert::Scalar; BEGIN { - $VERSION = '1.1'; + $VERSION = 1.11; @ISA = qw(Exporter); @EXPORT_OK = qw(readonly readonly_on readonly_off weaken unmagic len grow extend); %EXPORT_TAGS = ( @@ -175,7 +175,7 @@ =item refcnt_rv scalar[, newrefcnt] Works like C, but dereferences the given reference first. This is -useful to find the reference count of arrays or hashes, which cnanot be +useful to find the reference count of arrays or hashes, which cannot 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.