|
|
| Think about Loose Coupling | |
| PerlMonks |
Re: perl 5.12 BSD portability (CPAN test result)...printby tobyink (Monsignor) |
| on Mar 10, 2013 at 09:10 UTC ( #1022655=note: print w/ replies, xml ) | Need Help?? |
|
Hmmm... mysterious. Try adding this to your module:
package Cow { use Moo; has name => (is => 'lazy', default => sub { 'Mooington' }) } say Cow->new->name
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||