code cleanup (mainly improving comments)
[perl/plp/.git] / PLP / Tie / Headers.pm
index e5f79a8a8cdd4c4ca5649eb00c93e74522cc85e7..f6c4319827f55a95a233c8d6afd579839510cb90 100644 (file)
@@ -1,6 +1,5 @@
-#----------------------------#
-  package PLP::Tie::Headers;
-#----------------------------#
+package PLP::Tie::Headers;
+
 use strict;
 use Carp;
 
@@ -11,6 +10,8 @@ the same as C<$foo{'Content-Type'}>.
 
     tie %somehash, 'PLP::Tie::Headers';
 
+This module is part of the PLP internals and probably not of much use to others.
+
 =cut
 
 sub _lc($) {