aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-File-chmod
Commit message (Collapse)AuthorAgeFilesLines
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo Araujo2008-04-171-2/+1
| | | | | | | | | | | | ${MASTER_SITE_PERL_CPAN} to CPAN. PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav) Notes: svn path=/head/; revision=211450
* File::chmod is a utility that allows you to bypass system callsBeech Rintoul2008-02-184-0/+38
or bit processing of a file's permissions. It overloads the chmod() function with its own that gets an octal mode, a symbolic mode, or an "ls" mode. If you wish not to overload chmod(), you can export symchmod() and lschmod(), which take, respectively, a symbolic mode and an "ls" mode. PR: ports/120782 Submitted by: Shinsuke Matsui <smatsui at karashi.org> Notes: svn path=/head/; revision=207501