code cleanup (mainly improving comments)
[perl/plp/.git] / PLP / Tie / Print.pm
index 0647f7c10826200f1ab2e3f6aed81f4b9387ac0f..3d5027a187dc2a1835190d46da87d40530975550 100644 (file)
@@ -1,6 +1,5 @@
-#--------------------#
- package PLP::Tie::Print;
-#--------------------#
+package PLP::Tie::Print;
+
 use strict;
 
 =head1 PLP::Tie::Print
@@ -9,6 +8,8 @@ Just prints to stdout, but sends headers if not sent before.
 
     tie *HANDLE, 'PLP::Tie::Print';
 
+This module is part of the PLP Internals and probably not of much use to others.
+
 =cut
 
 sub TIEHANDLE {