summaryrefslogtreecommitdiff
path: root/mathoms.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-08-27 09:23:19 -0600
committerKarl Williamson <khw@cpan.org>2020-09-05 10:15:53 -0600
commit550697d618054b2358da0f4da60663859d63454c (patch)
tree601ca727f4ced3118a4895fc128daa2db3a82445 /mathoms.c
parent030d06e7936a548e30f37c7cb0e9ba7fce43aabc (diff)
downloadperl-550697d618054b2358da0f4da60663859d63454c.tar.gz
perlapi: deprecate pack_cat() (a mathoms func)
Diffstat (limited to 'mathoms.c')
-rw-r--r--mathoms.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mathoms.c b/mathoms.c
index caed40171a..b490049d09 100644
--- a/mathoms.c
+++ b/mathoms.c
@@ -850,7 +850,7 @@ Perl_unpack_str(pTHX_ const char *pat, const char *patend, const char *s,
The engine implementing C<pack()> Perl function. Note: parameters
C<next_in_list> and C<flags> are not used. This call should not be used; use
-C<packlist> instead.
+C<L</packlist>> instead.
=cut
*/