perl5133delta: Expand on "File::Copy skips suid tests on a nosuid partition"
authorÆvar Arnfjörð Bjarmason <avar@cpan.org>
Mon, 19 Jul 2010 15:27:42 +0000 (15:27 +0000)
committerÆvar Arnfjörð Bjarmason <avar@cpan.org>
Mon, 19 Jul 2010 15:40:37 +0000 (15:40 +0000)
Include the explanation from my cae9400 patch in the perldelta so that
it can be understood when read stand-alone.

pod/perl5133delta.pod

index 0864858..ae9a582 100644 (file)
@@ -199,6 +199,12 @@ ExtUtil-ParseXS updated to version 2.2206 (494e8c4)
 
 File::Copy skips suid tests on a nosuid partition (cae9400)
 
+These tests were being skipped on OpenBSD, but nosuid partitions can
+exist on other systems too. Now it just checks if it can create a suid
+directory, if not the tests are skipped.
+
+Perl builds without errors in a nosuid /tmp with this patch.
+
 =item *
 
 IO-Compress upated to CPAN version 2.027 (e8796d6)