Some users use cpan -l only to get information about installed Perl modules as part of system inquiries, but they do not use cpan for installing modules at all.
I would like to ask whether configuring cpan is necessary when I am only interested in listing the modules. Or would it be possible to modify cpan so that in such cases, it skips the configuration, similar to how it works with cpan -h?
Some users use
cpan -lonly to get information about installed Perl modules as part of system inquiries, but they do not usecpanfor installing modules at all.I would like to ask whether configuring
cpanis necessary when I am only interested in listing the modules. Or would it be possible to modifycpanso that in such cases, it skips the configuration, similar to how it works withcpan -h?