in reply to Re: CPAN Tests Failing
in thread CPAN Tests Failing [SOLVED]

Indeed; this isn't related, but it's still a problem.

MYMETA.(yml|json) should not be bundled with the distribution, and should not be listed in MANIFEST.

q.v. What are the files in a CPAN distribution?

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