in reply to Re^23: How to completely destroy class attributes with Test::Most?
in thread How to completely destroy class attributes with Test::Most?

I'm about to pull the trigger and release to CPAN: https://github.com/sdondley/File-Collector/blob/subclasses_as_roles/README.mkdn

Feel free to take a quick look and see any show stoppers. I gave you a little shout out in the docs. :)

$PM = "Perl Monk's";
$MCF = "Most Clueless Friar Abbot Bishop Pontiff Deacon Curate Priest Vicar";
$nysus = $PM . ' ' . $MCF;
Click here if you love Perl Monks

  • Comment on Re^24: How to completely destroy class attributes with Test::Most?

Replies are listed 'Best First'.
Re^25: How to completely destroy class attributes with Test::Most?
by jcb (Parson) on Sep 07, 2019 at 05:42 UTC

    I do not see anything obviously bad at a quick glance. I presume that it has tests and that they pass. Have you tried Devel::Cover to assess the code coverage of your test suite?

      It has basic formal tests built into it. I also have many more tests for a set of custom modules I wrote that exercise the module a lot harder. I’ve used Devel::Cover but not on this module yet. I also have to switch to File::Spec still.

      $PM = "Perl Monk's";
      $MCF = "Most Clueless Friar Abbot Bishop Pontiff Deacon Curate Priest Vicar";
      $nysus = $PM . ' ' . $MCF;
      Click here if you love Perl Monks

Re^25: How to completely destroy class attributes with Test::Most?
by nysus (Parson) on Sep 07, 2019 at 05:32 UTC

    Ugh, my shout out got wiped out by dzil. Will fix later.

    $PM = "Perl Monk's";
    $MCF = "Most Clueless Friar Abbot Bishop Pontiff Deacon Curate Priest Vicar";
    $nysus = $PM . ' ' . $MCF;
    Click here if you love Perl Monks