in reply to Re^3: "warn" is your best friend
in thread "warn" is your best friend
Yes, I meant use ::diag for debugging in the module code itself; not just in the test suite!
use Moops; class Cow :rw { has name => (default => 'Ermintrude') }; say Cow->new->name
In Section
Meditations