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.
>
>