dilfridge 14/12/06 00:13:59 Added: fix-pod.patch Log: New package, imported from perl overlay, bug 311001 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Revision Changes Path 1.1 dev-perl/HTML-Highlight/files/fix-pod.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTML-Highlight/files/fix-pod.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTML-Highlight/files/fix-pod.patch?rev=1.1&content-type=text/plain Index: fix-pod.patch =================================================================== Author: gregor herrmann <[email protected]> Descriotion: fix pod error (=item outside of =over) --- a/Highlight.pm +++ b/Highlight.pm @@ -247,6 +247,7 @@ This module provides Google-like highlighting of words or patterns in HTML documents. This feature is typically used to highlight search results. +=over =item The construcutor: @@ -341,6 +342,8 @@ That means only the first occurence of each of the words is taken into account. +=back + =head1 SUPPORT No official support is provided, but I welcome any comments, patches
