Carp was mostly unusable with Safe because it may require
[p5sagit/p5-mst-13.2.git] / sv.h
diff --git a/sv.h b/sv.h
index fab44eb..4edd87f 100644 (file)
--- a/sv.h
+++ b/sv.h
@@ -410,7 +410,8 @@ double.  Checks the B<private> setting.  Use C<SvNIOK>.
 Unsets the NV/IV status of an SV.
 
 =for apidoc Am|bool|SvOK|SV* sv
-Returns a boolean indicating whether the value is an SV.
+Returns a boolean indicating whether the value is an SV. It also tells
+whether the value is defined or not.
 
 =for apidoc Am|bool|SvIOKp|SV* sv
 Returns a boolean indicating whether the SV contains an integer.  Checks