http://www.perlmonks.org?node_id=1034904


in reply to XML validation..

How is the example in XML::LibXML::Schema insufficient?

package Cow { use Moo; has name => (is => 'lazy', default => sub { 'Mooington' }) } say Cow->new->name