Change 27499 by [EMAIL PROTECTED] on 2006/03/14 17:32:48
Deprecate :unique even with threads
Affected files ...
... //depot/perl/toke.c#665 edit
Differences ...
==== //depot/perl/toke.c#665 (text) ====
Index: perl/toke.c
--- perl/toke.c#664~27498~ 2006-03-14 09:02:38.000000000 -0800
+++ perl/toke.c 2006-03-14 09:32:48.000000000 -0800
@@ -4027,8 +4027,8 @@
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");
End of Patch.