From 1a115e498b28d40a7e72ff8532a2c6685fa02168 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Tue, 12 Jul 2011 21:38:17 -0700 Subject: [PATCH] Fix perlintern links; regen known pod issues --- pad.c | 6 ++++-- t/porting/known_pod_issues.dat | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/pad.c b/pad.c index 6823e68..7e9dcc0 100644 --- a/pad.c +++ b/pad.c @@ -473,11 +473,13 @@ Perl_cv_undef(pTHX_ CV *cv) /* =for apidoc m|PADOFFSET|pad_alloc_name|SV *namesv|U32 flags|HV *typestash|HV *ourstash -Allocates a place in the currently-compiling pad (via L) and +Allocates a place in the currently-compiling +pad (via L) and then stores a name for that entry. I is adopted and becomes the name entry; it must already contain the name string and be sufficiently upgraded. I and I and the C flag get -added to I. None of the other processing of L +added to I. None of the other +processing of L is done. Returns the offset of the allocated pad slot. =cut diff --git a/t/porting/known_pod_issues.dat b/t/porting/known_pod_issues.dat index c78905e..26a4cca 100644 --- a/t/porting/known_pod_issues.dat +++ b/t/porting/known_pod_issues.dat @@ -211,7 +211,7 @@ os2/os2/os2-rexx/rexx.pm Verbatim line length including indents exceeds 80 by 1 pod/perl.pod Verbatim line length including indents exceeds 80 by 9 pod/perlaix.pod Verbatim line length including indents exceeds 80 by 11 pod/perlapi.pod ? Should you be using L<...> instead of 86 -pod/perlapi.pod Verbatim line length including indents exceeds 80 by 144 +pod/perlapi.pod Verbatim line length including indents exceeds 80 by 154 pod/perlapi.pod unresolved internal link 3 pod/perlapio.pod Verbatim line length including indents exceeds 80 by 5 pod/perlbeos.pod ? Should you be using F<...> or maybe L<...> instead of 5 @@ -246,7 +246,7 @@ pod/perlhist.pod Verbatim line length including indents exceeds 80 by 2 pod/perlhpux.pod Verbatim line length including indents exceeds 80 by 2 pod/perlhurd.pod Verbatim line length including indents exceeds 80 by 2 pod/perlintern.pod ? Should you be using L<...> instead of 5 -pod/perlintern.pod Verbatim line length including indents exceeds 80 by 26 +pod/perlintern.pod Verbatim line length including indents exceeds 80 by 22 pod/perlinterp.pod ? Should you be using L<...> instead of 1 pod/perlinterp.pod Verbatim line length including indents exceeds 80 by 1 pod/perlintro.pod Verbatim line length including indents exceeds 80 by 11 -- 2.7.4