in reply to Re^3: My First LinkedIn Article On Perl
in thread My First LinkedIn Article On Perl

in fact, I'm pretty sure I have at least one question in SoPW that's still active

which one(s)? Not that I think I'm qualified tho. Just to bring it or them up again.

perl -le'print map{pack c,($-++?1:13)+ord}split//,ESEL'
  • Comment on Re^4: My First LinkedIn Article On Perl

Replies are listed 'Best First'.
Re^5: My First LinkedIn Article On Perl
by stevieb (Canon) on Jan 01, 2021 at 18:07 UTC
    MANIFEST.SKIP prevents file being added, but tests fail is one I wrote yesterday.

    For many, many years, I wanted a system that could create the skeleton of a distribution, while also including things such as repo and bugtrack info, CI/coverage badges, ignore and skip files while also allowing the automation of VCS operations, CI testing, release building, release upload, and next dev cycle things such as bumping versions and changes file etc.

    I am less than 48 hours to having that as a completed and reliable reality.

    One command line command with only a couple of options and I won't have to maintain manually any of my Perl software again.

    The problem I had and its subsequent question was directly related to that project.