]> git.vpit.fr Git - perl/modules/Sub-Op.git/blobdiff - lib/Sub/Op.pm
POD verbatim paragraphs should fit into a terminal
[perl/modules/Sub-Op.git] / 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;