From bf954566b39eec49990185be91914dd2d8ff1a62 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Mon, 2 Jul 2012 08:41:25 -0700 Subject: [PATCH] pad.c: Improve intro_my docs --- pad.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pad.c b/pad.c index 032f8f5..16aba15 100644 --- a/pad.c +++ b/pad.c @@ -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 */ -- 2.7.4