found 378327 5.10.0-19 thanks On Sat, Jul 15, 2006 at 01:14:26PM +0200, Jakub Wilk wrote: > Package: perl > Version: 5.8.8-4 > Severity: normal
> pod2html fails to convert I<< ... >>, B<< ... >>, F<< ... >> and S<< ... > >> in the expected manner: > > $ cat buggy > __END__ > > =head1 FOO > > I<< x >> > > B<< x >> > > F<< x >> > > S<< x >> > > =cut > > $ pod2html buggy | grep '>' > <p><em>x </em>></p> > <p><strong>x </strong>></p> > <p><em>x </em>></p> > <p>x ></p> This is still the case for 5.10.0. The POD reference in perlpod.pod says this about the doubled angle bracket delimiters: This is currently supported by pod2text (Pod::Text), pod2man (Pod::Man), and any other pod2xxx or Pod::Xxxx translators that use Pod::Parser 1.093 or later, or Pod::Tree 1.02 or later. Unfortunately Pod::Html isn't one of those. -- Niko Tyni nt...@debian.org -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org