in reply to cpan client does not see newest versions of some modules

Any idea why and how to solve this?

Check the config, check the mirror, upgrade CPAN::SQLite , cpandb --setup && cpandb --update , disable CPAN::SQLite (  cpan> o conf use_sqlite 0 ), turn on debugging/increase verbosity ( cpan> o debug all or  set CPANSCRIPT_LOGLEVEL=ALL),  cpan> dump namespace::autoclean, ...

Switch to cpanp/cpanm