Skip Menu |

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

Report information
The Basics
Id: 92593
Status: resolved
Priority: 0/
Queue: Math-GMP

People
Owner: Nobody in particular
Requestors: greg [...] turnstep.com
Cc:
AdminCc:

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



Subject: Check all functions for returned value versus modify in place
bfac() was documented as modifying the value in place, but in fact it returns the new value. Check all other functions to make sure the docs match the reality. Also, add tests for each function to match the POD examples.
On Thu Jan 30 18:22:36 2014, TURNSTEP wrote: Show quoted text
> bfac() was documented as modifying the value in place, but in fact it > returns the new value. Check all other functions to make sure the docs > match the reality. Also, add tests for each function to match the POD > examples.
Fixed in Math-GMP-2.11 - all functions were tested, checked and documented in t/check-funcs-ret-value--rt92593.t and in the POD of lib/Math/GMP.pm . RESOLVEing.