> 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
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 working
on pmc2c2.pl.
--
matt diephouse
http://matt.diephouse.com
> 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