On Fri, Mar 14, 2008 at 11:29 AM, Jakub Narebski <jnareb@gmail.com> wrote:
I always use something like:
my $temp_file = "$cache_file.tmp$$";
open(my $fh, ">$temp_file");
to ensure that the temp file is on the same filesystem.
j.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html