Created attachment 202009 [details] svn diff This module is inspired by File::chdir and File::umask, using a tied scalar variable to get/set stuffs. One benefit of this is being able to use Perl's "local" with it, effectively setting something locally.
BTW this really does not have any dependencies outside of Perl. All the required modules come with the base Perl install. This surprised me when I was writing the port of it up.
A commit references this bug: Author: swills Date: Thu May 30 02:00:44 UTC 2019 New revision: 503028 URL: https://svnweb.freebsd.org/changeset/ports/503028 Log: security/p5-Unix-setuid: create port This module is inspired by File::chdir and File::umask, using a tied scalar variable to get/set stuffs. One benefit of this is being able to use Perl's "local" with it, effectively setting something locally. WWW: https://metacpan.org/release/Unix-setuid PR: 235732 Submitted by: Zane C. Bowers-Hadley <vvelox@vvelox.net> Changes: head/security/Makefile head/security/p5-Unix-setuid/ head/security/p5-Unix-setuid/Makefile head/security/p5-Unix-setuid/distinfo head/security/p5-Unix-setuid/pkg-descr head/security/p5-Unix-setuid/pkg-plist
Committed, thanks!