in reply to Re^3: What is a reliable way to get the package of the code creating a Moose object?
in thread What is a reliable way to get the package of the code creating a Moose object?

Yeah, it probably makes the most sense to do it like this. That would be a much more standard design pattern even if it's a little more boring.

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

  • Comment on Re^4: What is a reliable way to get the package of the code creating a Moose object?