summaryrefslogtreecommitdiff
path: root/mathoms.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-08-27 09:24:12 -0600
committerKarl Williamson <khw@cpan.org>2020-11-22 21:13:58 -0700
commit5c27e8a20ea252ce05ec050d1c3b2117a35067b0 (patch)
tree0782477e2af4b6224c22ccd6ebd91b5249d0c800 /mathoms.c
parent4c29eb71ff3f0996f907fcc484a329bb673f3606 (diff)
downloadperl-5c27e8a20ea252ce05ec050d1c3b2117a35067b0.tar.gz
perlapi: Note proper rplcemnt for pad_compname_type
Diffstat (limited to 'mathoms.c')
-rw-r--r--mathoms.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mathoms.c b/mathoms.c
index a07b26019a..fb21563363 100644
--- a/mathoms.c
+++ b/mathoms.c
@@ -1261,6 +1261,8 @@ Looks up the type of the lexical variable at position C<po> in the
currently-compiling pad. If the variable is typed, the stash of the
class to which it is typed is returned. If not, C<NULL> is returned.
+Use L<perlintern/C<PAD_COMPNAME_TYPE>> instead.
+
=cut
*/