in reply to Re^2: perlbrew clone-modules fails to install lots of modules SOLVED!
in thread perlbrew clone-modules fails to install lots of modules

URI::ws ended up on my list because I used list-modules and diff to find out which modules were missing to make my list that was posted here. Something is not right with perlbrew (I guess it's perlbrew but who knows)! Check this out:
% perlbrew use perl-5.38.2                    
% perlbrew list-modules | grep 'URI'
URI
URI::Find
URI::Find::Delimited
URI::ws

% perlbrew use perl-5.42.0                    
% perlbrew list-modules | grep 'URI'
URI
URI::Find
URI::Find::Delimited
  • Comment on Re^3: perlbrew clone-modules fails to install lots of modules SOLVED!