diff options
author | Father Chrysostomos <sprout@cpan.org> | 2014-11-27 22:20:47 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2014-11-30 11:48:42 -0800 |
commit | b19cb98db58c735b4237857f7f69fd857d61934a (patch) | |
tree | 30c55f5455f20854f18b4f84b859fb60f459aa50 | |
parent | 863f2221fb3e688e30e71fb86c1599bdc55d4a3f (diff) | |
download | perl-b19cb98db58c735b4237857f7f69fd857d61934a.tar.gz |
pad.h: Mention ‘fake’ under PadnameOUTER
We refer to ‘fake’ entries in various places in the documentation,
and we still have the word FAKE in PARENT_FAKELEX_FLAGS, so noting
this should be helpful.
-rw-r--r-- | pad.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -246,7 +246,8 @@ Whether this is an "our" variable. The stash in which this "our" variable was declared. =for apidoc m|bool|PadnameOUTER|PADNAME pn -Whether this entry belongs to an outer pad. +Whether this entry belongs to an outer pad. Entries for which this is true +are often referred to as 'fake'. =for apidoc m|bool|PadnameIsSTATE|PADNAME pn Whether this is a "state" variable. |