in reply to Re: Math::Pari not getting installed
in thread Math::Pari not getting installed

But the line after that shows a successful extract with the fallback, Archive::Tar.

The real problem, as noted below by an anonymous monk, is missing patch.

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