diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-07-02 08:41:25 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-07-02 08:44:08 -0700 |
commit | bf954566b39eec49990185be91914dd2d8ff1a62 (patch) | |
tree | f4e143badccc75b48d7174a0b902d9ac92b5d3f1 /pad.c | |
parent | e6cee8c0491df869a38a97c153e5013ccd05f6bd (diff) | |
download | perl-bf954566b39eec49990185be91914dd2d8ff1a62.tar.gz |
pad.c: Improve intro_my docs
Diffstat (limited to 'pad.c')
-rw-r--r-- | pad.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1444,7 +1444,9 @@ Perl_pad_block_start(pTHX_ int full) /* =for apidoc m|U32|intro_my -"Introduce" my variables to visible status. +"Introduce" my variables to visible status. This is called during parsing +at the end of each statement to make lexical variables visible to +subsequent statements. =cut */ |