From: Rafael Garcia-Suarez Date: Thu, 16 Mar 2006 08:32:28 +0000 (+0000) Subject: Make the threads tests silent with regard to the new :unique deprecation warning X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b7bef49178837907ea521cdab1ee49994bf99cf6;p=p5sagit%2Fp5-mst-13.2.git Make the threads tests silent with regard to the new :unique deprecation warning p4raw-id: //depot/perl@27514 --- diff --git a/ext/threads/t/problems.t b/ext/threads/t/problems.t index 9475f9b..9a955ab 100644 --- 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;