projects
/
perl.git
/ commitdiff
free
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
8c6c0d8
)
perldelta: known issue: t/op/filetest.t
author
Ricardo Signes <rjbs@cpan.org>
Wed, 16 May 2012 01:22:21 +0000 (21:22 -0400)
committer
Ricardo Signes <rjbs@cpan.org>
Wed, 16 May 2012 01:22:21 +0000 (21:22 -0400)
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
e3f1642
..
25743ee
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-4161,6
+4161,12
@@
this is still under investigation.
=item *
+When building as root with a umask that prevents files from being
+other-readable, F<t/op/filetest.t> will fail. This is a test bug, not a
+bug in perl's behavior.
+
+=item *
+
Configuring with a recent gcc and link-time-optimization, such as
C<Configure -Doptimize='-O2 -flto'> fails
because the optimizer optimizes away some of Configure's tests. A