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:
635f2c9
)
debugger test could hang if run with umask 0002
author
Dave Mitchell
<davem@fdisolutions.com>
Tue, 14 Nov 2006 23:24:45 +0000
(23:24 +0000)
committer
Dave Mitchell
<davem@fdisolutions.com>
Tue, 14 Nov 2006 23:24:45 +0000
(23:24 +0000)
p4raw-id: //depot/perl@29275
lib/perl5db.t
patch
|
blob
|
blame
|
history
diff --git
a/lib/perl5db.t
b/lib/perl5db.t
index
8735e87
..
5323f79
100644
(file)
--- a/
lib/perl5db.t
+++ b/
lib/perl5db.t
@@
-22,6
+22,9
@@
sub rc {
open RC, ">", ".perldb" or die $!;
print RC @_;
close(RC);
+ # overly permissive perms gives "Must not source insecure rcfile"
+ # and hangs at the DB(1> prompt
+ chmod 0644, ".perldb";
}
rc(