pkgsrc/sysutils/p5-File-chmod/DESCR
rhaen fdaae7372d - new package (dependency for devel/p5-Test-Inline)
- ok'ed by rillig
Perl API-Implements symbolic and ls chmod modes
2007-12-11 12:19:18 +00:00

6 lines
375 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.