On Jul 1, 2006, at 3:25 PM, John Peacock wrote:
The problem is that
Module::Build isn't changing the mtime on that file when updating
it, so if the
same version is installed with two different perl invocations, the
first one
will get copied and the second will get ignored (since the script
doesn't appear
to be newer).
When we do fix_shebang_line(), we actually write a new svnnotify.new
file, then move the old svnnotify to svnnotify.bak, move
svnnotify.new to svnnotify, and finally delete svnnotify.bak. That
should update the timestamp on svnnotify to the current time,
shouldn't it?
-Ken