G'day monsignor,

I've been using Perlbrew for a very long time, certainly well in excess of a decade. Currently on Cygwin for 3-4 years; before that on Mac OS X (later macOS) for 8-9 years; and other systems before that whose details I don't immediately recall. I performed many upgrades on those systems and never had to mess with Perlbrew for any of them.

I do not have ~/.perl5. Is that, by any chance, a typo in your post (and should be ~/perl5)? Here's some of what I have:

$ env | grep BREW | sort PERLBREW_HOME=/home/ken/.perlbrew PERLBREW_MANPATH=/home/ken/perl5/perlbrew/perls/perl-5.36.0/man PERLBREW_PATH=/home/ken/perl5/perlbrew/bin:/home/ken/perl5/perlbrew/pe +rls/perl-5.36.0/bin PERLBREW_PERL=perl-5.36.0 PERLBREW_ROOT=/home/ken/perl5/perlbrew PERLBREW_SHELLRC_VERSION=0.86 PERLBREW_VERSION=0.86

I checked in https://perlbrew.pl/ and noticed the latest version is 0.96. As you can see above, I have version 0.86. I then checked in https://perlbrew.pl/Installation.html in case I'd missed some change: that's still showing ~/perl5; no mention of ~/.perl5.

If you could tell us a bit more about what system you're using, what the upgrade involved, and why you 'had to "deactivate" perlbrew', we might be able to provide better help.

A package manager (apt, rpm, zypper, etc.) would normally install system Perl modules. With Perlbrew, you'd use something else (cpan, cpanm, manual 'make' install, etc.). It would be useful if you described the interaction between your package manager and Perlbrew.

— Ken


In reply to Re: How can I find installed packages in a broken Perlbrew? by kcott
in thread How can I find installed packages in a broken Perlbrew? by monsignor

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.