in reply to Re^5: Writing tests when you don't know what the output should be
in thread Writing tests when you don't know what the output should be
Thanks for this. Can you please help me understand why you used an internal and external accessor for dir? I'm new to Moose and I'm not quite sure why you did that. Thanks.
$PM = "Perl Monk's";
$MCF = "Most Clueless Friar Abbot Bishop Pontiff Deacon Curate";
$nysus = $PM . ' ' . $MCF;
Click here if you love Perl Monks
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^7: Writing tests when you don't know what the output should be
by choroba (Cardinal) on May 18, 2016 at 08:57 UTC |