Skip Menu |

This queue is for tickets about the HTML-Strip CPAN distribution.

Report information
The Basics
Id: 42021
Status: resolved
Priority: 0/
Queue: HTML-Strip

People
Owner: Nobody in particular
Requestors: dam [...] modsoftsys.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.06
Fixed in: 1.07



Subject: [PATCH] POD errors
Hi, Please find attached a trivial patch that fixes POD errors in HTML-Strip. It shall be applied to the Debian package. It would be nice if you consider integrating it in a future release.
Subject: fix-pod-errors.patch
# Author: Damyan Ivanov <dmn@debian.org> # Description: fix POD errors # missing =over and =back's # Upstream-Bug: to-be-filed --- a/Strip.pm +++ b/Strip.pm @@ -158,6 +158,8 @@ between calls to $hs->parse(). =head2 METHODS +=over + =item new() Constructor. Can optionally take a hash of settings (with keys @@ -201,6 +203,8 @@ any conversion of tags into spaces. Set Takes a boolean value. If set to false, HTML::Strip will decode HTML entities. Set to true by default. +=back + =head2 LIMITATIONS =over 4 @@ -227,6 +231,8 @@ excess whitespace (for example, using C< HTML::Strip will only attempt decoding of HTML entities if L<HTML::Entities> is installed. +=back + =head2 EXPORT None by default.
On Wed Sep 24 08:30:55 2014, KILINRAX wrote: Show quoted text