Index: libhtml-clean-perl/lib/HTML/Clean.pm
===================================================================
--- libhtml-clean-perl.orig/lib/HTML/Clean.pm	2008-03-07 10:37:46.000000000 +0200
+++ libhtml-clean-perl/lib/HTML/Clean.pm	2008-03-07 10:40:02.000000000 +0200
@@ -63,6 +63,8 @@
 
 ######################################################################
 
+=pod
+
 =head2 $h = new HTML::Clean($dataorfile, [$level]);
 
 This creates a new HTML::Clean object.  A Prerequisite for all other
@@ -106,6 +108,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 +155,7 @@
   return(0);  # file not found?
 }
 
+=pod
 
 =head2 $h->level([$level])
 
@@ -167,6 +172,8 @@
   return($self->{'LEVEL'});
 }
 
+=pod
+
 =head2 $myref = $h->data()
 
 Returns the current HTML data as a scalar reference.
@@ -330,6 +337,8 @@
    'yuml' => 255
 );
 
+=pod
+
 =head2 strip(\%options);
 
 Removes excess space from HTML
@@ -606,6 +615,8 @@
 
 ######################################################################
 
+=pod
+
 =head2 compat()
 
 This function improves the cross-platform compatibility of your HTML.
@@ -650,6 +661,8 @@
   return($tag);
 }  
 
+=pod
+
 =head2 defrontpage();
 
 This function converts pages created with Microsoft Frontpage to
@@ -677,7 +690,8 @@
   }
   $$h =~ s,<!--(mstheme|msthemeseparator|msnavigation)-->,,sgx;
 }
-=back
+
+=pod
 
 =head1 SEE ALSO
 
