diff options
author | Karl Williamson <khw@cpan.org> | 2020-09-01 17:36:06 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2020-09-01 18:16:47 -0600 |
commit | 300ca7471572633b3dbe7ea060a251028760b74e (patch) | |
tree | a6629138a00b5c64cff8ad2b088a6fce3abe0e6a /pad.h | |
parent | 90f5f043dc57f499b5e40f0225631b61c046a082 (diff) | |
download | perl-300ca7471572633b3dbe7ea060a251028760b74e.tar.gz |
pad.h: Add missing =cut to render pod correctly
Diffstat (limited to 'pad.h')
-rw-r--r-- | pad.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -170,7 +170,10 @@ typedef enum { =for apidoc m|void|SAVEPADSV |PADOFFSET po Save a pad slot (used to restore after an iteration) +=cut + XXX DAPM it would make more sense to make the arg a PADOFFSET + =for apidoc m|void|SAVECLEARSV |SV **svp Clear the pointed to pad value on scope exit. (i.e. the runtime action of C<my>) |