I thought for sure you were on to something. I installed latest version of perl with perlbrew and migrated all the modules over and I switched to latest version. Still getting this error, however, with "cpanm Config::Augeas":

Building Config-Augeas cc -I/Users/me/perl5/perlbrew/perls/perl-5.32.1/lib/5.32.1/darwin-2lev +el/CORE -DVERSION="1.000" -DXS_VERSION="1.000" -I/usr/local/Cellar/au +geas/1.12.0/include -Wall -Wformat -Werror=format-security -c -fno-co +mmon -DPERL_DARWIN -mmacosx-version-min=11.2 -fno-strict-aliasing -pi +pe -fstack-protector-strong -I/usr/local/include -DPERL_USE_SAFE_PUTE +NV -O3 -o lib/Config/Augeas.o lib/Config/Augeas.c ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/Config/Augeas/Augea +s.bs') cc -mmacosx-version-min=11.2 -bundle -undefined dynamic_lookup -L/usr/ +local/lib -fstack-protector-strong -o blib/arch/auto/Config/Augeas/Au +geas.bundle lib/Config/Augeas.o -L/usr/local/Cellar/augeas/1.12.0/lib + -laugeas Can't call method "get" on an undefined value at /Users/stevedondley/. +cpanm/work/1615424668.56822/Config-Augeas-1.000/blib/lib/Config/Augea +s.pm line 227.
# Looks like your test exited with 255 just after 2.

$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


In reply to Re^4:Cannot install Config::Augeas on Mac, Big Sur by nysus
in thread Cannot install Config::Augeas on Mac, Big Sur by nysus

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.