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
When I noticed modules were missing from doing
perlbrew clone-modules perl-5.38.2 perl-5.42.0I put the results of list-modules for both versions into respective text files and ran diff. Perlbrew listed the Color::Rgb in 5.38 as Color::RGB which caused clone-modules to fail for that module. I just tried to install Color::RGB manually on 5.42 and it failed of course. So I installed Color::Rgb into 5.42 and ran list-modules again and sure enough perlbrew reports that module as Color::RGB! When I went to CPAN and saw
Color::Rgb - Simple rgb.txt parsing class Color::RGB::Util - Utilities related to RGB colorsI didn't know what to think, maybe it got renamed? But I checked out the changes and it did not so I don't know what is going on with perlbrew. Try it yourself:
% cpanm -v Color::Rgb % perlbrew list-modules | grep -i 'color::rgb' Color::RGB
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: perlbrew clone-modules fails to install lots of modules SOLVED! Color::RGB bug
by Anonymous Monk on Jan 13, 2026 at 01:58 UTC |