Re: [perl #34576] [PATCH] more pmc2c2.pl work

2005-03-28 Thread Leopold Toetsch
Matt Diephouse [EMAIL PROTECTED] wrote: This patch (a) adds comments before each subroutine describing its parameters, its return values, and what it does, and (b) allows unbalanced {} to be used inside of strings and comments in PMC code. Thanks, applied. leo

Re: [perl #34576] [PATCH] more pmc2c2.pl work

2005-03-26 Thread chromatic
On Fri, 2005-03-25 at 20:49 -0800, Matt Diephouse wrote: This patch (a) adds comments before each subroutine describing its parameters, its return values, and what it does, Is there a specific reason these are comments and not POD? -- c

Re: [perl #34576] [PATCH] more pmc2c2.pl work

2005-03-26 Thread Matt Diephouse
chromatic [EMAIL PROTECTED] wrote: Is there a specific reason these are comments and not POD? Because there's a large amount of POD at the beginning of the file that targets a different audience. In this instance, I've taken POD to be documentation for PMC writers and comments to be for anyone

[perl #34576] [PATCH] more pmc2c2.pl work

2005-03-25 Thread via RT
# New Ticket Created by Matt Diephouse # Please include the string: [perl #34576] # in the subject line of all future correspondence about this issue. # URL: https://rt.perl.org/rt3/Ticket/Display.html?id=34576 This patch (a) adds comments before each subroutine describing its parameters,