summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2010-09-27 21:29:15 -0700
committerFather Chrysostomos <sprout@cpan.org>2010-09-27 21:29:15 -0700
commit6034bceb5f5e62e9785bafdf0590c90656db1cc8 (patch)
treedf9d4fd45925b0c76df3d1782a6ceffdb31e0819 /pod
parent45e462cea502282b98a3777cfd27bd348f346a5c (diff)
downloadperl-6034bceb5f5e62e9785bafdf0590c90656db1cc8.tar.gz
perldelta entry for [perl #72990] Mac OS X and setruid, etc.
Diffstat (limited to 'pod')
-rw-r--r--pod/perldelta.pod10
1 files changed, 10 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 4f4f0b5cd8..7cffee7fb6 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -446,6 +446,16 @@ L</Modules and Pragmata> section.
=over 4
+=item Mac OS X
+
+Early versions of Mac OS X (Darwin) had buggy implementations of the
+C<setregid>, C<setreuid>, C<setrgid> and C<setruid> functions, so perl
+would pretend they did not exist.
+
+These functions are now recognised on Mac OS 10.5 (Leopard; Darwin 9) and
+higher, as they have been fixed
+L<[perl #72990]|http://rt.perl.org/rt3//Public/Bug/Display.html?id=72990>.
+
=item Windows
C<$Config{gccversion}> is now set correctly when perl is built using the