Subject: | Avoid Message "Checking if source files are up to date" |
Dear Jos Boumans,
Hi. This is imacat from Taiwan. I wonder if there is any way to
avoid the following messages:
[MSG] Checking if source files are up to date
[MSG] Retrieving /opt/perl/testers/5.8.8/.cpanplus/sourcefiles.2.18.stored
I'm writing scripts based on CPANPLUS, where I would like to print
the output to STDOUT and capture with another application later. I
looked into the code, and found no way to control the output of CPANPLUS
in CPANPLUS::Error::cp_msg(). I wonder if there can be some way to
avoid CPANPLUS messages, besides something like "open STDOUT,
'>&/dev/null';"?
This would make CPANPLUS extremely useful as a module used in other
applications.
Thank you very much in advance.