Subject: | MOVE does not keep file's metadata |
move {} as it relies on Filesys::Virtual::Whatever::copy alone
destroys the mtime file timestamp. As long as Filesys:Virtual doesn't
provide us with a mv shorthand function, we need to call a stat
before and utime after copy to keep metadata.
Possibly more effort to enable for moving dir-trees..
RFCs itself do *not* require a DAV implementor to keep metadata on moves.