This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd5f692
)
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
patch
|
blob
|
blame
|
history
diff --git
a/pod/perl5133delta.pod
b/pod/perl5133delta.pod
index
0864858
..
ae9a582
100644
(file)
--- a/
pod/perl5133delta.pod
+++ b/
pod/perl5133delta.pod
@@
-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)