I've been poking lightly at some test failures we were seeing locally. The tests assume that Pod::Text for versions of perl > 5.005_58 will behave just as Pod::PlainText does.
Here it doesn't, Pod::Text renders C<foo> as "foo" and not the `foo' expected in the .xr files in the distribution. The tests affected by this are: headings.t, lref.t, multiline_items.t, nested_seqs.t, oneline_cmds.t, pod2usage.t, podselect.t, and, special_seqs.t By hacking t/pod/testp2pt.pl to always choose Pod::PlainText the tests pass, but it seems like there could be a better way. -- Richard Clamp <[EMAIL PROTECTED]>
