Skip Menu |

This queue is for tickets about the Pod-Html-HtmlTree CPAN distribution.

Report information
The Basics
Id: 76344
Status: open
Priority: 0/
Queue: Pod-Html-HtmlTree

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

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



Subject: Fails with Pod::HTML 1.12 and higher
Sample fail report: http://www.cpantesters.org/cpan/report/19197010 In bleadperl around 5.15.6 appeared Pod::Html 1.12 and since then 1.13, 1.14, and 1.1501. With all these there were no PASS reports anymore for TOMYHERO/Pod-Html-HtmlTree-0.92.tar.gz anymore. HTH,
RT-Send-CC: perl5-porters [...] perl.org
On Fri Apr 06 04:24:17 2012, ANDK wrote: Show quoted text
> Sample fail report: > > http://www.cpantesters.org/cpan/report/19197010 > > In bleadperl around 5.15.6 appeared Pod::Html 1.12 and since then 1.13, > 1.14, and 1.1501. With all these there were no PASS reports anymore for > TOMYHERO/Pod-Html-HtmlTree-0.92.tar.gz anymore. > > HTH,
This was probably broken by this perl commit. I don’t understand why libpods needed to be removed. commit 3b49d8d9ac841d8ec38ac2df0f97fa500363eec3 Author: Marc Green <marcgreen@cpan.org> Date: Thu Jun 9 11:37:52 2011 -0400 Remove --libpods feature Libpods was used to implicitly convert C<> text to links given that the C<>text was also the text of an =item directive in any particular perldoc. I do not plan on reimplementing this feature, or any implicit linkification for that matter.
CC: perl5-porters [...] perl.org
Subject: Re: [rt.cpan.org #76344] Fails with Pod::HTML 1.12 and higher
Date: Thu, 12 Apr 2012 20:27:58 -0400
To: bug-Pod-Html-HtmlTree [...] rt.cpan.org
From: Marc Green <ponguile [...] gmail.com>
On Wed, Apr 11, 2012 at 4:48 PM, Father Chrysostomos via RT < bug-Pod-Html-HtmlTree@rt.cpan.org> wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=76344 > > > On Fri Apr 06 04:24:17 2012, ANDK wrote:
> > Sample fail report: > > > > http://www.cpantesters.org/cpan/report/19197010 > > > > In bleadperl around 5.15.6 appeared Pod::Html 1.12 and since then 1.13, > > 1.14, and 1.1501. With all these there were no PASS reports anymore for > > TOMYHERO/Pod-Html-HtmlTree-0.92.tar.gz anymore. > > > > HTH,
> > This was probably broken by this perl commit. I don’t understand why > libpods needed to be > removed. >
During the Google Summer of Code project to refactor Pod::Html, I asked my mentors (and I think the IRC channel) what libpods was used for, but no one knew. Hence, we decided to remove it, as I wouldn't be able to refactor it if I did not know what it does. The mistake was removing the argument completely instead of leaving it as a dummy argument. Show quoted text
> commit 3b49d8d9ac841d8ec38ac2df0f97fa500363eec3 > Author: Marc Green <marcgreen@cpan.org> > Date: Thu Jun 9 11:37:52 2011 -0400 > > Remove --libpods feature > > Libpods was used to implicitly convert C<> text to links given > that the C<>text was also the text of an =item directive in any > particular perldoc. > > I do not plan on reimplementing this feature, or any implicit > linkification for that matter. > >