Make the threads tests silent with regard to the new :unique deprecation warning
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Thu, 16 Mar 2006 08:32:28 +0000 (08:32 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Thu, 16 Mar 2006 08:32:28 +0000 (08:32 +0000)
p4raw-id: //depot/perl@27514

ext/threads/t/problems.t

index 9475f9b..9a955ab 100644 (file)
@@ -10,6 +10,7 @@ BEGIN {
 }
 
 use warnings;
+no warnings 'deprecated';
 use strict;
 use threads;
 use threads::shared;