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

Guessing ... see:

perlbrew help clone-modules
  • Comment on Re: how do you determine which module needs to be updated while using perlbrew?
  • Download Code

Replies are listed 'Best First'.
Re^2: how do you determine which module needs to be updated while using perlbrew?
by Anonymous Monk on Aug 04, 2025 at 12:41 UTC

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

      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.