code cleanup (mainly improving comments)
[perl/plp/.git] / PLP / Fields.pm
index b7e7e950c31956579dff9a09a023b61a6644d34d..7120c06215a3f1d1910178c811ea93b453747aa9 100644 (file)
@@ -1,6 +1,5 @@
-#----------------------#
-  package PLP::Fields;
-#----------------------#
+package PLP::Fields;
+
 use strict;
 
 # Has only one function: doit(), which ties the hashes %get, %post, %fields and %header in
@@ -114,7 +113,7 @@ when sending the headers is the one you used first. The following are equal:
 
 =head1 AUTHOR
 
-Juerd Waalboer <juerd@juerd.nl>
+Juerd Waalboer <juerd@cpan.org>
 
 =cut