David Wheeler wrote:
On Monday, June 16, 2003, at 08:02  PM, Stas Bekman wrote:

Any idea why has it failed to delete the file? I've copied the code from forceunlink sub in MakeMaker (which is called on UNINST=1), it changes the mode to 0666 and then attempts to delete the file.


Because I ran it as a non-root user.

This makes sense :) so it doesn't fit the idiom:

% perl Makefile.PL
% make
% make test
% su
% make install

in that case we need to override the 'make install' target to delete the files. instead of doind that during 'perl Makefile.PL'.



__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com



Reply via email to