Thanks Your Mother. The more I'm reading, I'm liking Moo as well. Looks very compatible and a very well taken care of dist. I do however like the XS of Mouse::XS for my almost-only-C/XS modules, but I'll have to do some code reviews (and possibly benchmarking/profiling) to see whether the speed benefits of XS will outweigh me keeping everything standardized on a single choice.

To further, I'm still extremely happy with doing things the old way, so I'm looking for very basic functionality (like creating getters/setters) at this time, without the expansive capabilities I'm seeing with Moose. Not to say I won't start desiring such functionality moving forward, but I still like to stay as core perl in my code where possible, even if it's just so I understand in three years what I was thinking, without having to read external docs to understand bits and pieces.

update: yeah, Moo seems to be acceptable at load-up times, which for most of my purposes, that's acceptable even if it does cost a few clock ticks. Not only that, the docs are clear (the SYNOPSIS is copy/pastable), and it takes minutes to rewrite existing code to use it. I am already liking the isa feature... write a single sub definition instead of doing the whole defined ? ... : ...; kind of cruft myself. It was already installed on most of my *brew installations due to other dists I've installed, so it's likely to be already installed on the systems I'm targeting my dists at anyhow. /update


In reply to Re^2: Suggestions on Object Oriented helpers for 2017 by stevieb
in thread Suggestions on Object Oriented helpers for 2017 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.