avoid MakeMaker setting $^W=1
[p5sagit/p5-mst-13.2.git] / lib / Tie / Hash.pm
index 2902efb..928b798 100644 (file)
@@ -73,6 +73,8 @@ Return the next key for the hash.
 
 Verify that I<key> exists with the tied hash I<this>.
 
+The B<Tie::Hash> implementation is a stub that simply croaks.
+
 =item DELETE this, key
 
 Delete the key I<key> from the tied hash I<this>.