File: pod-before-head.patch

package info (click to toggle)
libhtml-clean-perl 0.8-11
  • links: PTS, VCS
  • area: main
  • in suites: lenny, squeeze, wheezy
  • size: 276 kB
  • ctags: 40
  • sloc: perl: 433; makefile: 34
file content (76 lines) | stat: -rw-r--r-- 1,495 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
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