Gabor Szabo wrote:
Following QuickStart I installed CPAN::Reporter and configured it. The config.ini file was created in c:\Documents and Settings\Gabor Szabo\.cpanreporter which is probably based on the %HOMEPATH% environment variable.
It's Win32::CSIDL_PERSONAL actually.
The edit_report and send_report options seem to be a bit unclear to me though I recall once I understood them. (old age :) I wonder if it would not be better to change them never to ask questions as this is a smoke testers. What do you use in this configuration?
edit_report=no send_report=yes
c:> cpan CPAN::Reporter::Smoker and while I saw [Hello] in the title bar of the window I have not seen the questions that were waiting for an answer: # (y/n) # Do you see '[Hello]' in the title bar (or tab) of this window? (y/n)? y # Has the title bar (or tab) been cleared? (y/n)? y After stopping the installation with Ctrl-C I started the cpan shell and ran cpan> install Term::Title that time it showed the prompts as well.
Yes, I have this problem too, starting from 5.12. Maybe it's something with newer versions of CPAN shell. I don't mind it because I install Term::Title as a first move (because it's interactive) and then install C::R, which takes more time, so I can start doing something else while it's installing.
-- Serguei Trouchelle