--- a/lib/HTML/Clean.pm
+++ b/lib/HTML/Clean.pm
@@ -63,6 +63,10 @@
 
 ######################################################################
 
+=pod
+
+=back
+
 =head2 $h = new HTML::Clean($dataorfile, [$level]);
 
 This creates a new HTML::Clean object.  A Prerequisite for all other
@@ -106,6 +110,8 @@
 # Set up the data in the self hash..
 #
 
+=pod
+
 =head2 $h->initialize($dataorfile)
 
 This function allows you to reinitialize the HTML data used by the
@@ -151,6 +157,7 @@
   return(0);  # file not found?
 }
 
+=pod
 
 =head2 $h->level([$level])
 
@@ -167,6 +174,8 @@
   return($self->{'LEVEL'});
 }
 
+=pod
+
 =head2 $myref = $h->data()
 
 Returns the current HTML data as a scalar reference.
@@ -330,6 +339,8 @@
    'yuml' => 255
 );
 
+=pod
+
 =head2 strip(\%options);
 
 Removes excess space from HTML
@@ -606,6 +617,8 @@
 
 ######################################################################
 
+=pod
+
 =head2 compat()
 
 This function improves the cross-platform compatibility of your HTML.
@@ -650,6 +663,8 @@
   return($tag);
 }  
 
+=pod
+
 =head2 defrontpage();
 
 This function converts pages created with Microsoft Frontpage to
@@ -677,7 +692,8 @@
   }
   $$h =~ s,<!--(mstheme|msthemeseparator|msnavigation)-->,,sgx;
 }
-=back
+
+=pod
 
 =head1 SEE ALSO
 
