in reply to Re: Fixing CPAN module with c extension
in thread Fixing CPAN module with c extension

Ok, cool. But any idea on why it might install fine on an older OS and not on Catalina? I know next to nothing about lower level FS stuff.

$PM = "Perl Monk's";
$MCF = "Most Clueless Friar Abbot Bishop Pontiff Deacon Curate Priest Vicar";
$nysus = $PM . ' ' . $MCF;
Click here if you love Perl Monks

  • Comment on Re^2: Fixing CPAN module with c extension

Replies are listed 'Best First'.
Re^3: Fixing CPAN module with c extension
by haukex (Archbishop) on Mar 14, 2020 at 19:16 UTC
    But any idea on why it might install fine on an older OS and not on Catalina?

    Nope, sorry. There is a possibility that something changed between those OS versions, but the specs document is pretty clear that the behavior causing the test failure is allowed, so unless I've missed something I still think the test is the problem here.