![]() |
|
"be consistent" | |
PerlMonks |
Re^2: Moose: Exporting non-moose subs to childby elTriberium (Friar) |
on Jul 21, 2011 at 16:04 UTC ( #915911=note: print w/replies, xml ) | Need Help?? |
I was actually trying to put the use statement into the parent class to get rid of this ugly line in the child:
The !blessed part is required because Moose and Test::Most don't play together well. So now I want to put this in the parent as there will be hundreds of children of this parent and I don't want to repeat this line over and over again. If, however, this doesn't work, then I'll just have to live with it.
In Section
Seekers of Perl Wisdom
|
|