diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-07-16 12:49:47 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-07-16 12:49:47 -0700 |
commit | dff47061fe12fc16f86788ab67f56dfdd9f7475e (patch) | |
tree | 8c09004e68f00e5889d9c6075e0b569fc18bb2b8 /sv.c | |
parent | 06e9ce89328d9d04b2dd5693134f0ff0a14dec11 (diff) | |
download | perl-dff47061fe12fc16f86788ab67f56dfdd9f7475e.tar.gz |
More apidoc entries need \n\n before =cut
Diffstat (limited to 'sv.c')
-rw-r--r-- | sv.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -9475,6 +9475,7 @@ Perl_sv_unref_flags(pTHX_ SV *const ref, const U32 flags) =for apidoc sv_untaint Untaint an SV. Use C<SvTAINTED_off> instead. + =cut */ @@ -9494,6 +9495,7 @@ Perl_sv_untaint(pTHX_ SV *const sv) =for apidoc sv_tainted Test an SV for taintedness. Use C<SvTAINTED> instead. + =cut */ |