in reply to Re: how do you determine which module needs to be updated while using perlbrew?
in thread how do you determine which module needs to be updated while using perlbrew?

not having perlbrew myself, I'm curious whether that provides any information besides what is online — which I'll note is quite meager.

  • Comment on Re^2: how do you determine which module needs to be updated while using perlbrew?

Replies are listed 'Best First'.
Re^3: how do you determine which module needs to be updated while using perlbrew?
by ibm1620 (Hermit) on Aug 04, 2025 at 14:26 UTC
    It appears to be the same text. But whenever I install a new release of Perl, I run perlbrew clone-modules, which copies the modules from my previous installation, upgrading any that were updated for the new release. I don't know if this will solve the OP's problem, but it seems like a good practice in any event, and would be worth a shot.