Change 27514 by [EMAIL PROTECTED] on 2006/03/16 08:32:28
Make the threads tests silent with regard to the new :unique
deprecation warning
Affected files ...
... //depot/perl/ext/threads/t/problems.t#11 edit
Differences ...
==== //depot/perl/ext/threads/t/problems.t#11 (text) ====
Index: perl/ext/threads/t/problems.t
--- perl/ext/threads/t/problems.t#10~24962~ 2005-06-23 11:00:38.000000000
-0700
+++ perl/ext/threads/t/problems.t 2006-03-16 00:32:28.000000000 -0800
@@ -10,6 +10,7 @@
}
use warnings;
+no warnings 'deprecated';
use strict;
use threads;
use threads::shared;
End of Patch.