From: Rafael Garcia-Suarez Date: Tue, 14 Mar 2006 17:32:48 +0000 (+0000) Subject: Deprecate :unique even with threads X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=df9a60198135b900e391b399c4576b1b17f56902;p=p5sagit%2Fp5-mst-13.2.git Deprecate :unique even with threads p4raw-id: //depot/perl@27499 --- diff --git a/toke.c b/toke.c index 545116f..4bf4a85 100644 --- a/toke.c +++ b/toke.c @@ -4027,8 +4027,8 @@ Perl_yylex(pTHX) GvUNIQUE_on(cGVOPx_gv(yylval.opval)); #else /* skip to avoid loading attributes.pm */ - deprecate(":unique"); #endif + deprecate(":unique"); } else Perl_croak(aTHX_ "The 'unique' attribute may only be applied to 'our' variables");