summaryrefslogtreecommitdiff
path: root/pad.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2019-08-31 14:40:12 -0600
committerKarl Williamson <khw@cpan.org>2019-09-02 21:52:12 -0600
commit3bb9fd013171017d6a8e6d15596f69c350a23a1a (patch)
tree98575fb7aef2fa75983edc4ae082f7a9878ab3cf /pad.h
parentcaf8c6bce239e9671634ff65f1f61ab2905d4fbd (diff)
downloadperl-3bb9fd013171017d6a8e6d15596f69c350a23a1a.tar.gz
Change pod for macros that require "literal strings"
Now that Devel::PPPort has the ability to handle these, we can loosen the syntax for clarity.
Diffstat (limited to 'pad.h')
-rw-r--r--pad.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pad.h b/pad.h
index 1c15d58dc2..6b31ace5f2 100644
--- a/pad.h
+++ b/pad.h
@@ -492,7 +492,7 @@ Clone the state variables associated with running and compiling pads.
PL_cop_seqmax = proto_perl->Icop_seqmax;
/*
-=for apidoc Am|PADOFFSET|pad_add_name_pvs|"literal string" name|U32 flags|HV *typestash|HV *ourstash
+=for apidoc Am|PADOFFSET|pad_add_name_pvs|"name"|U32 flags|HV *typestash|HV *ourstash
Exactly like L</pad_add_name_pvn>, but takes a literal string
instead of a string/length pair.
@@ -504,7 +504,7 @@ instead of a string/length pair.
Perl_pad_add_name_pvn(aTHX_ STR_WITH_LEN(name), flags, typestash, ourstash)
/*
-=for apidoc Am|PADOFFSET|pad_findmy_pvs|"literal string" name|U32 flags
+=for apidoc Am|PADOFFSET|pad_findmy_pvs|"name"|U32 flags
Exactly like L</pad_findmy_pvn>, but takes a literal string
instead of a string/length pair.