Skip Menu |

This queue is for tickets about the Math-BigInt CPAN distribution.

Report information
The Basics
Id: 61204
Status: resolved
Priority: 0/
Queue: Math-BigInt

People
Owner: Nobody in particular
Requestors: peter.john.acklam [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.90
Fixed in: (no value)



Subject: Documentation error for is_pos()
The manual page for Math::BigInt says $x->is_pos(); # if $x >= 0 but should say $x->is_pos(); # if $x > 0 which is according to the rest of the documentation and the actual behaviour of is_pos().
I've made the appropriate changes to the perl core and will be syncing those back to CPAN shortly. Thanks for the report!