This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17ba3f1
)
perlguts: Add missing '=for apidoc' lines
author
Karl Williamson
<khw@cpan.org>
Fri, 29 Nov 2019 14:34:15 +0000
(07:34 -0700)
committer
Karl Williamson
<khw@cpan.org>
Fri, 29 Nov 2019 14:35:07 +0000
(07:35 -0700)
Spotted by Pali++
pod/perlguts.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perlguts.pod
b/pod/perlguts.pod
index
491be59
..
13207c6
100644
(file)
--- a/
pod/perlguts.pod
+++ b/
pod/perlguts.pod
@@
-2725,6
+2725,9
@@
The contents of SVs may be printed using the C<SVf> format, like so:
where C<err_msg> is an SV.
+=for apidoc Amnh||SVf
+=for apidoc Amh||SVfARG|SV *sv
+
Not all scalar types are printable. Simple values certainly are: one of
IV, UV, NV, or PV. Also, if the SV is a reference to some value,
either it will be dereferenced and the value printed, or information