]> git.vpit.fr Git - perl/modules/Sub-Op.git/commitdiff
POD verbatim paragraphs should fit into a terminal
authorVincent Pit <vince@profvince.com>
Fri, 23 Aug 2013 19:23:37 +0000 (16:23 -0300)
committerVincent Pit <vince@profvince.com>
Fri, 23 Aug 2013 19:23:37 +0000 (16:23 -0300)
lib/Sub/Op.pm

index 7e10b4eba475c3916a6e1685d43c8b6ddcea90f1..a3334428a1b9a0885b1cc02736530884746d31cc 100644 (file)
@@ -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;