From df8dcb28d0eee23f10e6af3590aaafec84870183 Mon Sep 17 00:00:00 2001 From: Daniel Dragan Date: Wed, 23 Oct 2013 11:36:45 +0100 Subject: [PATCH] correct POD for SvIsCOW, it returns a U32 --- sv.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sv.h b/sv.h index a089d7d..bb9e6b0 100644 --- a/sv.h +++ b/sv.h @@ -1618,8 +1618,8 @@ Like C, but converts sv to byte representation first if necessary. Guarantees to evaluate sv only once; use the more efficient C otherwise. -=for apidoc Am|bool|SvIsCOW|SV* sv -Returns a boolean indicating whether the SV is Copy-On-Write (either shared +=for apidoc Am|U32|SvIsCOW|SV* sv +Returns a U32 value indicating whether the SV is Copy-On-Write (either shared hash key scalars, or full Copy On Write scalars if 5.9.0 is configured for COW). -- 2.7.4