diff options
author | Nicholas Clark <nick@ccl4.org> | 2011-06-12 14:23:30 +0200 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2011-06-12 14:23:30 +0200 |
commit | 63e77aaf05e38fa0e392c54a6a8e2f23e7ae0ba6 (patch) | |
tree | da401143934c7b0e19ebec7922c09aadfa022eaa /t | |
parent | e972d31587e248817bac11667cbd2f6014c03454 (diff) | |
download | perl-63e77aaf05e38fa0e392c54a6a8e2f23e7ae0ba6.tar.gz |
Generate the table of core magic types in perlguts.pod using mg_vtable.pl
This fixes a couple of errors and omissions, and resorts the table in the same
case insensitive order as the header files. It eliminates 1 overlong verbatim
line of pod.
As there's no good way to include component files into the core pods, and the
regen scripts aren't designed to modify in place, generate this to STDOUT (if
-g is added to the command line), to be hand edited into place. It would be
nice to be able to automate this fully.
Diffstat (limited to 't')
-rw-r--r-- | t/porting/known_pod_issues.dat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/porting/known_pod_issues.dat b/t/porting/known_pod_issues.dat index d04b8df1c1..7530493115 100644 --- a/t/porting/known_pod_issues.dat +++ b/t/porting/known_pod_issues.dat @@ -241,7 +241,7 @@ pod/perlglossary.pod ? Should you be using L<...> instead of 1 pod/perlgpl.pod Verbatim line length including indents exceeds 80 by 50 pod/perlguts.pod ? Should you be using F<...> or maybe L<...> instead of 2 pod/perlguts.pod ? Should you be using L<...> instead of 1 -pod/perlguts.pod Verbatim line length including indents exceeds 80 by 27 +pod/perlguts.pod Verbatim line length including indents exceeds 80 by 26 pod/perlhack.pod Verbatim line length including indents exceeds 80 by 1 pod/perlhacktips.pod Verbatim line length including indents exceeds 80 by 1 pod/perlhist.pod Verbatim line length including indents exceeds 80 by 2 |