Skip Menu |

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

Report information
The Basics
Id: 100917
Status: resolved
Priority: 0/
Queue: Math-Big

People
Owner: Nobody in particular
Requestors: traxplayer [...] gmail.com
Cc:
AdminCc:

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



Subject: Math::Big::Factors documentation bug
Date: Mon, 15 Dec 2014 01:07:43 +0100
To: bug-Math-Big [...] rt.cpan.org
From: Martin Møller Skarbiniks Pedersen <traxplayer [...] gmail.com>
The documentation for Math::Big::Factors says: " @factors = factor_wheel(19*71*59*3,1); # using prime wheel of order 1 @factors = factor_wheel(19*71*59*3,7); # using prime wheel of order 7 " and " EXPORTS Exports nothing on default, but can export "wheel()", "factor()", "factor_wheel()"; " However it is factors_wheel() and not factor_wheel. My system: $: perl -v This is perl 5, version 18, subversion 2 (v5.18.2) built for x86_64-linux-gnu-thread-multi (with 41 registered patches, see perl -V for more detail) Copyright 1987-2013, Larry Wall Perl may be copied only under the terms of either the Artistic License or the GNU General Public License, which may be found in the Perl 5 source kit. Complete documentation for Perl, including FAQ lists, should be found on this system using "man perl" or "perldoc perl". If you have access to the Internet, point your browser at http://www.perl.org/, the Perl Home Page. $: uname -a Linux quadcore 3.13.0-24-generic #47-Ubuntu SMP Fri May 2 23:30:00 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux $ cpan -d Math::Big::Factors [...] Math::Big::Factors ------------------------------------------------------------------------- (no description) T/TE/TELS/math/Math-Big-1.12.tar.gz /usr/local/share/perl/5.18.2/Math/Big/Factors.pm
Fixed in Math-Big v1.13.