Skip Menu |

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

Report information
The Basics
Id: 85256
Status: resolved
Priority: 0/
Queue: HTML-TokeParser-Simple

People
Owner: Nobody in particular
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: New Pod::Simple warning: =over without closing =back
http://www.cpantesters.org/cpan/report/8630ad0c-b497-11e2-a1a2-5536c1508286 Pod::Simple >= 3.27 and Test::Pod are required to reproduce. Please consider making pod tests author tests, they make user installs fail unnecessarily. Thanks,
trivial patch attached
Subject: pod.patch
Description: fix POD errors add missing =back Origin: vendor Bug: https://rt.cpan.org/Ticket/Display.html?id=85256 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=85256 Bug-Debian: http://bugs.debian.org/709829 Author: gregor herrmann <gregoa@debian.org> Last-Update: 2013-05-26 --- a/lib/HTML/TokeParser/Simple/Token/Tag/End.pm +++ b/lib/HTML/TokeParser/Simple/Token/Tag/End.pm @@ -132,4 +132,6 @@ =item * rewrite_tag +=back + =cut --- a/lib/HTML/TokeParser/Simple/Token/Tag/Start.pm +++ b/lib/HTML/TokeParser/Simple/Token/Tag/Start.pm @@ -225,5 +225,7 @@ =item * set_attr +=back + =cut
On Sun May 26 14:03:53 2013, GREGOA wrote: Show quoted text
> trivial patch attached
I just wanted to bump this as it's also causing problems with MetaCPAN deployment.
On Tue Jun 25 14:36:02 2013, OALDERS wrote: Show quoted text
> On Sun May 26 14:03:53 2013, GREGOA wrote:
> > trivial patch attached
> > I just wanted to bump this as it's also causing problems with MetaCPAN > deployment.
Fixed in 3.16. Thanks for the report! Cheers, Ovid