ports/devel/p5-File-chmod/pkg-descr
Po-Chuan Hsieh 8c08a3961f
devel/p5-File-chmod: Add LICENSE
- Add NO_ARCH
- Update pkg-descr
- Update WWW
- Take maintainership
2021-07-19 01:47:01 +08:00

7 lines
418 B
Text

File::chmod is a utility that allows you to bypass system calls or bit
processing of a file's permissions. It overloads the chmod() function with its
own that gets an octal mode, a symbolic mode (see below), or an "ls" mode (see
below). If you wish not to overload chmod(), you can export symchmod() and
lschmod(), which take, respectively, a symbolic mode and an "ls" mode.
WWW: https://metacpan.org/dist/File-chmod