Subject: | Interactive questions while building (mv tmp_conf.pm ...) |
In the build phase of Net::FullAuto a rename happens, which causes an
unnecessary interactive question:
sed 's/^#[ ]*\(.\)editor[ ]*[=].*/\1editor = '';/g'
<blib/lib/Net/FullAuto/Custom/fa_conf.pm >tmp_conf.pm
mv tmp_conf.pm blib/lib/Net/FullAuto/Custom/fa_conf.pm
override r-xr-xr-x cpansand/cpansand for
blib/lib/Net/FullAuto/Custom/fa_conf.pm? (y/n [n])
Probably it would be better to use "mv -f" instead, or make sure that the
existing fa_conf.pm has already write permissions.
Regards,
Slaven