From: Kevin A. McGrail [mailto:[email protected]] > > 1) Is there a way to parse locally the markdown in the Perl module into > > HTML, so that I can verify whether it displays nicely and as intended? > Do you mean the perldoc aka perl POD documentation? > If so, you could do a pod2html command on the code and redir to an html > file and check in a browser.
Yes, that's exactly what I looked for. Thanks! > > 2) What is the procedure for proposing the module? > There is no set procedure. I suggest you start by attaching it to an > email to dev for discussion and others to test. > The next step would be a bugzilla issue to track it and see about adding > it to the codebase which may require a licensing agreement (ICLA). OK, once I finish, I'll write up a description on post it here. Thanks, Ivo
