Tie::Hash documentation
Slaven Rezic [Thu, 16 Oct 2003 17:57:35 +0000 (17:57 +0000)]
Message-Id: <1066327055.1428@devpc01.iconmobile.de>

p4raw-id: //depot/perl@21467

lib/Tie/Hash.pm

index c28e828..65f9dd0 100644 (file)
@@ -38,7 +38,8 @@ Tie::Hash, Tie::StdHash, Tie::ExtraHash - base class definitions for tied hashes
     # the reference to the actual storage 
     sub DELETE { 
       $_[0][1]->('del', $_[0][0], $_[1]); # Call the report writer
-      delete $_[0][0]->{$_[1]};                  #  $_[0]->SUPER::DELETE($_[1]) }
+      delete $_[0][0]->{$_[1]};                  #  $_[0]->SUPER::DELETE($_[1])
+    }
 
 
     package main;