aboutsummaryrefslogtreecommitdiff
path: root/sysutils/p5-Stat-lsMode/distinfo
Commit message (Collapse)AuthorAgeFilesLines
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Stat::lsMode generates mode and permission strings that look likeJosef Karthauser2001-04-281-0/+1
the ones generated by the Unix ls -l command. For example, a regular file that is readable by everyone and writable only by its owner has the mode string -rw-r--r--. Stat::lsMode will either examine the file and produce the right mode string for you, or you can pass it the mode that you get back from Perl's stat call. PR: ports/26847 Notes: svn path=/head/; revision=42000