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

URI::ws - removed from CPAN? unknown

That is still on CPAN but note that it is part of the URI dist.


🦛

  • Comment on Re^2: perlbrew clone-modules fails to install lots of modules SOLVED!

Replies are listed 'Best First'.
Re^3: perlbrew clone-modules fails to install lots of modules SOLVED!
by Anonymous Monk on Jan 12, 2026 at 19:37 UTC
    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