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


in reply to Re: What is the impact of 5.18.0?
in thread What is the impact of 5.18.0?

It's a bad idea to run pod tests at the user end, but nevertheless some distributions do.

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