Subject: | SEE ALSO to similar modules |
The POSIX module already has a lchown() implementation, so pointing to that module would be nice, especially as it's already included into core perl.
POSIX-1003 also implements lchown, see here:
https://metacpan.org/pod/distribution/POSIX-1003/lib/POSIX/1003/FS.pod#lchown-UID-GID-FILENAMES
I think fchownat in conjunction with AT_SYMLINK_NOFOLLOW should do the same thing as lchown:
https://metacpan.org/pod/distribution/POSIX-2008/lib/POSIX/2008.pod#fchownat