in reply to Re^2: cpan home
in thread cpan home

The -j option exists in the current release (5.12.2) on Perl documentation. Refer to cpan. You could search through the perldelta's if you want to know when this feature was added.

I'm on perl 5.12.2:

cpan -v cpan script version 1.5701, CPAN.pm version 1.9456

Replies are listed 'Best First'.
Re^4: cpan home
by Anonymous Monk on Feb 17, 2011 at 03:52 UTC
      its not included in http://search.cpan.org/dist/CPAN/Changes either.
      Why should it? it's not a feature of CPAN.pm but of the cpan script delivered by App::Cpan. Which, like I was mentioning earlier, also doesn't have something about -j in the changelog.

      update: s/App::cpan/App::Cpan/ (although the linked cpan search is case insensitive, but anonymous monk complained)