Some time ago when I was a young Perl programmer and infatuated with PerlMonks (actually both appellations still apply) I wrote PerlMonks Editor and added it to CPAN as a script. Scripts on CPAN are very much second (probably more like fourth) class citizens and it has languished there somewhat. Also I've been busy with various other projects since then and it is only now (with a little prompting from various others) that I have returned to it.

I am considering generating a Tk::PerlMonks name space on CPAN and adding PMEdit.pm to it along with a couple of support modules and what amounts to the existing PMEdit.pl as a sample script.

So the question is: does this seem like an appropriate approach?

The intent is to make PMEdit easier to find, easier to maintain (through rt bug tracking etc) and easier for others to leverage the module code for other purposes.

Update: my initial focus was narrow. Discussion with others and Perlbotics comment suggests that a root PerlMonks name space is most appropriate. CPAN tends to be rather reluctant to grant new root level name spaces however so a little campaigning may be appropriate.


Perl reduces RSI - it saves typing

In reply to What to do with PMEdit? by GrandFather

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.