code cleanup (mainly improving comments)
[perl/plp/.git] / PLP / Tie / Delay.pm
index ea136b83091c835f00fbf86144d9e01f50573db1..1200651590552bfe9051b5ffe4f30316475079b2 100644 (file)
@@ -1,6 +1,5 @@
-#--------------------------#
-  package PLP::Tie::Delay;
-#--------------------------#
+package PLP::Tie::Delay;
+
 use strict;
 no strict 'refs';
 
@@ -69,7 +68,7 @@ sub NEXTKEY {
 }
 
 sub UNTIE   { }
-sub DESTORY { } 
+sub DESTROY { } 
 
 1;