Thanks Nick for the feedback!

I never could get into Dist::Zilla. I have tried though. It always seemed really bloated and required a whole ton of dependencies, where many of my distributions don't have anything but core modules as dependents. Even if the distribution itself wasn't a Dist::Zilla build, needing that distribution to work with my distributions would require installing it on each and every Perlbrew/Berrybrew instance of Perl I use. The Makemaker style of build is something I've always been familiar with, and is easy to implement and use, so I decided that the learning curve wasn't necessary to tackle because I've no other requirement for it.

The style and layout of my distributions has been consistent for years, and this distribution models exactly what my manual process has been for at least a decade or more.

Over time, I will add in support for Dist::Zilla and Module::Build build systems in the event others want to use this for their automation, just like I had done with Test::BrewBuild. I'll also be incorporating the possibility to use different VCS and CI platforms (This is my first repo on Github Actions... I got fed up with Travis as I kept running out of their new "credits" and they fired all of their support people, so every time I work on one of my distributions, I'll be moving them too. Hell, perhaps I'll add a function in this distribution to *change* repo/bugtracker instead of just adding them, then I can automate the migration).


In reply to Re^2: Requesting review of new distribution information by stevieb
in thread Requesting review of new distribution information by stevieb

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.