From: Vincent Pit Date: Fri, 23 Aug 2013 19:23:37 +0000 (-0300) Subject: POD verbatim paragraphs should fit into a terminal X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FSub-Op.git;a=commitdiff_plain;h=52c227e1dba7dd319c434e84f3a4ff2d29dd7325 POD verbatim paragraphs should fit into a terminal --- diff --git a/lib/Sub/Op.pm b/lib/Sub/Op.pm index 7e10b4e..a333442 100644 --- a/lib/Sub/Op.pm +++ b/lib/Sub/Op.pm @@ -50,7 +50,8 @@ In your XS file : refgen = pushmark->op_sibling; gvop = sub_op_study(o, &last_arg, &rv2cv); - /* Replace the function name by the refgen that contains the anon sub */ + /* Replace the function name by the refgen that contains + the anon sub */ op_free(rv2cv); last_arg->op_sibling = refgen; pushmark->op_sibling = refgen->op_sibling;