develooper Front page | perl.perl5.porters | Postings from June 2011

[perl #86686] [PATCH] Clean up POD for Math::BigInt and Math::BigFloat.

Thread Previous | Thread Next
From:
Father Chrysostomos via RT
Date:
June 12, 2011 14:02
Subject:
[perl #86686] [PATCH] Clean up POD for Math::BigInt and Math::BigFloat.
Message ID:
rt-3.6.HEAD-16080-1307912544-147.86686-15-0@perl.org
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


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About