Skip Menu |

This queue is for tickets about the Net-FullAuto CPAN distribution.

Report information
The Basics
Id: 64627
Status: resolved
Worked: 10 min
Priority: 0/
Queue: Net-FullAuto

People
Owner: Brian.Kelly [...] fullautosoftware.net
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.92
Fixed in: (no value)



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
I have implemented your suggestion. All mv commands are now mv -f. Thanks!