This queue is for tickets about the Math-Prime-Util CPAN distribution.
Maintainer(s)' notes
The latest version is in https://github.com/danaj/Math-Prime-Util
git clone --origin upstream git://github.com/danaj/Math-Prime-Util.git Math-Prime-Util
Comments, issues, and patches are welcome at either RT or github, or send me email.
Owner: |
DANAJ [...] cpan.org
|
Requestors: |
DANAJ [...] cpan.org
|
Cc: |
|
AdminCc: |
|
|
Severity: |
Critical |
Broken in: |
0.34 |
Fixed in: |
0.35 |
|
Thu Nov 21 14:10:35 2013
DANAJ [...] cpan.org - Ticket created
Also affects nth_prime. Fixed on github with commit c7908aa1.
perl -Iblib/lib -Iblib/arch -MMath::Prime::Util=:all -E 'say prime_count(3000000000000)'
returns 108351835065 with v0.34. It should return 108340298703.
The xt/primecount-many.t test will find this.
Mon Dec 09 11:47:32 2013
DANAJ [...] cpan.org - Correspondence added
Fixed in 0.35.
The new LMO implementation also works as expected.
Mon Dec 09 11:47:32 2013
DANAJ [...] cpan.org - Status changed from 'open' to 'resolved'