Do you mean the name of the tarball?

Yes.

I've wandered around for days looking for an issue tracker for the development releases like there is for the full releases. Is there such a thing?

Yes, it's at https://rt.cpan.org/. You can raise issues against dev releases there just the same as prod releases.

The Kwalitee thing talks about META.yml or META.json but the tools create MYMETA.* instead. Do I just rename them?

No! Those are totally different - the MYMETA.* files are generated when the user installs the module. Do not distribute these. The META.* files should be generated by you when you roll the release and should be distributed. The make dist should handle this for you automatically - if not, check your Makefile.PL and/or MANIFEST. See the Module Meta-Data section of the EU::MM docs for more on this.

Are there alternative interfaces to this

Maybe, assuming you mean The Monastery. Although the normal interface at https://www.perlmonks.org/ is highly customisable if that's what you're after. See How do I change my preferences?


In reply to Re^12: Looking for the maintainer of Sendmail::Milter. by hippo
in thread Looking for the maintainer of Sendmail::Milter. by GWHAYWOOD

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.