From ddf4d752713955ca5564984e78d9fbe72377fd13 Mon Sep 17 00:00:00 2001 From: "James E. Keenan" Date: Thu, 15 Apr 2010 08:15:24 -0400 Subject: [PATCH] A bit more documentation of make_targetable(). --- dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/Utilities.pm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/Utilities.pm b/dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/Utilities.pm index 16494d3..aa5fdf0 100644 --- a/dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/Utilities.pm +++ b/dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/Utilities.pm @@ -476,13 +476,14 @@ sub process_single_typemap { =item * Purpose -Populate C<%targetable>. +Populate C<%targetable>. This constitutes a refinement of the output of +C with respect to its fourth output, C<$output_expr_ref>. =item * Arguments - %targetable = make_targetable(\%output_expr); + %targetable = make_targetable($output_expr_ref); -Reference to C<%output_expr>. +Single hash reference: the fourth such ref returned by C. =item * Return Value -- 2.7.4