We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9a78e5 commit b27dc25Copy full SHA for b27dc25
t/comp/hints.t
@@ -204,7 +204,7 @@ print "ok 26 - no crash when cloning a tied hint hash\n";
204
print "# got: $w" if $w;
205
}
206
207
-# Setting ${^WARNING_HINTS} to its own value should not change things.
+# Setting ${^WARNING_BITS} to its own value should not change things.
208
{
209
my $w;
210
local $SIG{__WARN__} = sub { $w++ };
0 commit comments