in reply to cpan "r" command, of perl 5.15.9, does not show all of the installed modules

Per How do I get a list of installed CPAN modules? comments, it is not possible to list modules without more recent version via r command. Darts! (That leaves autobundle and other find-@INC hackery, which I wanted to avoid.)

Oh well. :-/

  • Comment on Re: cpan "r" command, of perl 5.15.9, does not show all of the installed modules
  • Download Code

Replies are listed 'Best First'.
Re^2: cpan "r" command, of perl 5.15.9, does not show all of the installed modules
by Anonymous Monk on May 15, 2012 at 19:08 UTC

    it is not possible to list modules without more recent version via r command.

    Considering that 5.15.9 has the latest version of cpan/r-command (CPAN-1.9800) what are you talking about?

      Install a latest version of a module; then see "r" omitting it in the list.

      Then again, I have answered the question myself earlier, and somebody else did too later in this thread.