in reply to Re: search for similiar text in Moose Attributes
in thread search for similiar text in Moose Attributes

++ is insufficient. Bravo!

package Cow { use Moo; has name => (is => 'lazy', default => sub { 'Mooington' }) } say Cow->new->name
  • Comment on Re^2: search for similiar text in Moose Attributes