projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
86ef366
)
Make the threads tests silent with regard to the new :unique deprecation warning
Rafael Garcia-Suarez [Thu, 16 Mar 2006 08:32:28 +0000 (08:32 +0000)]
p4raw-id: //depot/perl@27514
ext/threads/t/problems.t
patch
|
blob
|
blame
|
history
diff --git
a/ext/threads/t/problems.t
b/ext/threads/t/problems.t
index
9475f9b
..
9a955ab
100644
(file)
--- a/
ext/threads/t/problems.t
+++ b/
ext/threads/t/problems.t
@@
-10,6
+10,7
@@
BEGIN {
}
use warnings;
+no warnings 'deprecated';
use strict;
use threads;
use threads::shared;