I've sent an updated patch against 'bleadperl' upstream, including updates for relevant testsets.
I'm not sure if testset updates are also needed for Debian, especially as one test already fails (lib/Pod/t/htmllink.t) for 5.8.8-7. The other relevant test (lib/Pod/t/htmlview.t) is currently OK. Attached a patch for htmlview.t with needed updates for my patch. Let me know if you want a patch for htmllink.t too, but that would then also include a "blind" cleanup for the existing failures. Cheers, FJP
--- lib/Pod/t/htmlview.t.orig 2007-09-07 03:44:37.000000000 +0200 +++ lib/Pod/t/htmlview.t 2007-09-07 03:44:47.000000000 +0200 @@ -82,17 +82,15 @@ <h2><a name="new__"><code>new()</code></a></h2> <p>Constructor method. Accepts the following config options:</p> <dl> -<dt><strong><a name="item_foo">foo</a></strong> +<dt><strong><a name="item_foo">foo</a></strong></dt> <dd> <p>The foo item.</p> </dd> -</li> -<dt><strong><a name="item_bar">bar</a></strong> +<dt><strong><a name="item_bar">bar</a></strong></dt> <dd> <p>The bar item.</p> -</dd> <p>This is a list within a list</p> <ul> <li> @@ -102,48 +100,54 @@ <p>The waz item.</p> </li> </ul> -<dt><strong><a name="item_baz">baz</a></strong> +</dd> +<dt><strong><a name="item_baz">baz</a></strong></dt> <dd> <p>The baz item.</p> </dd> -</li> </dl> <p>Title on the same line as the =item + * bullets</p> <ul> <li><strong><a name="item_black_cat"><code>Black</code> Cat</a></strong> +</li> <li><strong><a name="item_sat_on_the">Sat <em>on</em> the</a></strong> +</li> <li><strong><a name="item_mat_3c_21_3e">Mat<!></a></strong> +</li> </ul> <p>Title on the same line as the =item + numerical bullets</p> <ol> <li><strong><a name="item_cat">Cat</a></strong> +</li> <li><strong><a name="item_sat">Sat</a></strong> +</li> <li><strong><a name="item_mat">Mat</a></strong> +</li> </ol> <p>No bullets, no title</p> <dl> -<dt> +<dt></dt> + <dd> <p>Cat</p> </dd> -</li> -<dt> +<dt></dt> + <dd> <p>Sat</p> </dd> -</li> -<dt> +<dt></dt> + <dd> <p>Mat</p> </dd> -</li> </dl> <p> </p>
signature.asc
Description: This is a digitally signed message part.