From 87916f79aa07b5dbe56ccb225f526e8752c462ad Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Tue, 9 Aug 2011 17:56:07 -0700 Subject: [PATCH] Keep verbatim pod in ExtUtils::Typemaps::OutputMap within 80 cols --- dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/OutputMap.pm | 7 ++++--- t/porting/known_pod_issues.dat | 1 - 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/OutputMap.pm b/dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/OutputMap.pm index d29cae4..52baa54 100644 --- a/dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/OutputMap.pm +++ b/dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/OutputMap.pm @@ -109,10 +109,11 @@ If the optimization can not be applied, this returns undef. If it can be applied, this method returns a hash reference containing the following information: - type: Any of the characters i, u, n, p + type: Any of the characters i, u, n, p with_size: Bool indicating whether this is the sv_setpvn variant - what: The code that actually evaluates to the output scalar - what_size: If "with_size", this has the string length (as code, not constant) + what: The code that actually evaluates to the output scalar + what_size: If "with_size", this has the string length (as code, + not constant) =cut diff --git a/t/porting/known_pod_issues.dat b/t/porting/known_pod_issues.dat index 1ee620d..ff1becc 100644 --- a/t/porting/known_pod_issues.dat +++ b/t/porting/known_pod_issues.dat @@ -139,7 +139,6 @@ dist/constant/lib/constant.pm Apparent broken link 2 dist/cwd/lib/file/spec/vms.pm Verbatim line length including indents exceeds 79 by 1 dist/cwd/lib/file/spec/win32.pm Verbatim line length including indents exceeds 79 by 1 dist/data-dumper/dumper.pm ? Should you be using L<...> instead of 1 -dist/extutils-parsexs/lib/extutils/typemaps/outputmap.pm Verbatim line length including indents exceeds 79 by 1 dist/extutils-parsexs/lib/perlxs.pod Verbatim line length including indents exceeds 79 by 4 dist/extutils-parsexs/lib/perlxstut.pod Verbatim line length including indents exceeds 79 by 10 dist/filter-simple/lib/filter/simple.pm Verbatim paragraph in NAME section 1 -- 2.7.4