On Mon Mar 21 12:35:38 2011, pjacklam wrote: > Clean up POD for Math::BigInt and Math::BigFloat to make podchecker > happier. Also make the POD in the two files more consistent with each > other and with Perl POD files in general. ... > @@ -4376,7 +4376,7 @@ This is how it works now: > * to undefine P, use C<< Math::SomeClass->precision(undef); >> > * Setting C<< Math::SomeClass->accuracy() >> clears automatically > C<< Math::SomeClass->precision() >>, and vice versa. > - * To be valid, A must be > 0, P can have any value. > + * To be valid, A must be E<gt> 0, P can have any value. This is in the middle of a verbatim paragraph. That means the E<gt> will be rendered literally. (That also means the existing C<< >> directives are wrong.)Thread Previous | Thread Next