summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-08-09 17:56:07 -0700
committerFather Chrysostomos <sprout@cpan.org>2011-08-10 13:32:30 -0700
commit87916f79aa07b5dbe56ccb225f526e8752c462ad (patch)
tree1805081a5d874fe05623939cb694dd0c8c02f1f8 /dist
parentc4499eff9e27f09a805029be88d38ee5f4d89144 (diff)
downloadperl-87916f79aa07b5dbe56ccb225f526e8752c462ad.tar.gz
Keep verbatim pod in ExtUtils::Typemaps::OutputMap within 80 cols
Diffstat (limited to 'dist')
-rw-r--r--dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/OutputMap.pm7
1 files changed, 4 insertions, 3 deletions
diff --git a/dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/OutputMap.pm b/dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/OutputMap.pm
index d29cae4e82..52baa54ec5 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