Subject: | configure CPAN shell automatically |
When on a newly compiled perl I try to run cpan it asks me if I want to automatically configure it. The thing is that I would like to eliminate even this question, just run the code and let it auto-configure itself. I tried yes | cpan but it got into an endless loop of
Refusing to autoload 'y' in recursion
cpan[40953]>
Refusing to autoload 'y' in recursion
cpan[40954]>
Refusing to autoload 'y' in recursion
cpan[40955]>
Would it be possible to add a command line flag (E.g. --autoconfig) that will skip the question and autoconfig the cpan clien?