X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/f778bcfda5fdc759036c3f3509c3a1a0f8a59f28..d20c2c292901b2f1b65347fa9a1f361bb13de59b:/universal.c diff --git a/universal.c b/universal.c index 8570940..855942e 100644 --- a/universal.c +++ b/universal.c @@ -170,7 +170,7 @@ Perl_sv_derived_from_pvn(pTHX_ SV *sv, const char *const name, const STRLEN len, } /* -=for apidoc sv_does +=for apidoc sv_does_sv Returns a boolean indicating whether the SV performs a specific, named role. The SV can be a Perl object or the name of a Perl class. @@ -237,7 +237,7 @@ Perl_sv_does_sv(pTHX_ SV *sv, SV *namesv, U32 flags) /* =for apidoc sv_does -Exactly like L, but doesn't take a C parameter. +Like L, but doesn't take a C parameter. =cut */ @@ -252,7 +252,7 @@ Perl_sv_does(pTHX_ SV *sv, const char *const name) /* =for apidoc sv_does_pv -Exactly like L, but takes a nul-terminated string +Like L, but takes a nul-terminated string instead of a string/length pair. =cut