Subject: | ArchiveRelease fails if destination is on another file system |
ArchiveRelease uses the Perl rename function to move the distribution
file to the destination directory; this is not safe if the destination
is on another file system (in my particular instance it fails under
Linux if the destination is on a different NFS mounted directory). See
perldoc -f rename for more info.
File::Copy provides a more robust move function; please consider using
that instead.
Thanks for your effort!
Diab