An obsoleted diagnostic.
[p5sagit/p5-mst-13.2.git] / pod / perlapi.pod
index 4a7573b..3eda765 100644 (file)
@@ -1941,7 +1941,8 @@ Found in file sv.h
 
 =item SvLEN
 
-Returns the size of the string buffer in the SV.  See C<SvCUR>.
+Returns the size of the string buffer in the SV, not including any part
+attributable to C<SvOOK>.  See C<SvCUR>.
 
        STRLEN  SvLEN(SV* sv)