In perl.git, the branch blead has been updated

<https://perl5.git.perl.org/perl.git/commitdiff/efa4252e63d0152e40ea6d9d8fc345fcea59c5f2?hp=847fe5626cf3eeafbd2b7b31f7b89607d29451c2>

- Log -----------------------------------------------------------------
commit efa4252e63d0152e40ea6d9d8fc345fcea59c5f2
Author: Father Chrysostomos <spr...@cpan.org>
Date:   Thu Jan 18 12:26:54 2018 -0800

    Correct pad.c pod: PadARRAY, not PAD_ARRAY

-----------------------------------------------------------------------

Summary of changes:
 pad.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pad.c b/pad.c
index ae43dcc35e..f73fc550f9 100644
--- a/pad.c
+++ b/pad.c
@@ -137,7 +137,7 @@ values for the pad for the currently-executing code.
 =for apidoc AmxU|SV **|PL_curpad
 
 Points directly to the body of the L</PL_comppad> array.
-(I.e., this is C<PAD_ARRAY(PL_comppad)>.)
+(I.e., this is C<PadARRAY(PL_comppad)>.)
 
 =cut
 */

-- 
Perl5 Master Repository

Reply via email to