Fixup fromcvs/togit conversion
[pkgsrcv2.git] / sysutils / p5-File-chmod / DESCR
1 File::chmod is a utility that allows you to bypass system calls or bit
2 processing of a file's permissions. It overloads the chmod() function
3 with its own that gets an octal mode, a symbolic mode (see below), or
4 an "ls" mode (see below). If you wish not to overload chmod(), you can
5 export symchmod() and lschmod(), which take, respectively, a symbolic
6 mode and an "ls" mode.