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:
852c1a8
)
fix redundant apidoc warning
author
Tony Cook
<tony@develop-help.com>
Thu, 2 Dec 2021 00:12:03 +0000
(11:12 +1100)
committer
Tony Cook
<tony@develop-help.com>
Thu, 2 Dec 2021 00:12:03 +0000
(11:12 +1100)
fixes #19250
perl.h
patch
|
blob
|
blame
|
history
diff --git
a/perl.h
b/perl.h
index
4b528ab
..
99b1251
100644
(file)
--- a/
perl.h
+++ b/
perl.h
@@
-5426,7
+5426,7
@@
EXTCONST char *const PL_phase_names[];
/*
=for apidoc_section $utility
-=for apidoc
Amd|char *const|phase_name|enum perl_phas
e
+=for apidoc
phase_nam
e
Returns the given phase's name as a NUL-terminated string.