[SCM] branch, master, updated. 3bf34070616439cb201faf0cb1a918bf018ae5c3
Daniel Kahn Gillmor
dkg at fifthhorseman.net
Sun Jan 27 19:18:09 UTC 2013
The following commit has been merged in the master branch:
commit 5eb34b19d58a864bf4d6f33135b02b2499f80f81
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date: Sun Jan 27 11:29:45 2013 -0500
improve description to make it more indexable
diff --git a/debian/control b/debian/control
index 2a88976..3573f92 100644
--- a/debian/control
+++ b/debian/control
@@ -18,10 +18,11 @@ Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends},
libmath-bigint-perl
Recommends: libmath-prime-util-gmp-perl, libmath-bigint-gmp-perl
Description: Utilities related to prime numbers, including fast sieves and factoring
- A set of utilities related to prime numbers. These include multiple sieving
- methods, is_prime, prime_count, nth_prime, approximations and bounds for the
- prime_count and nth prime, next_prime and prev_prime, factoring utilities,
- and more.
+ Math::Prime::Util is a set of perl utilities related to prime
+ numbers. These include multiple sieving methods, is_prime,
+ prime_count, nth_prime, approximations and bounds for the prime_count
+ and nth prime, next_prime and prev_prime, factoring utilities, and
+ more.
.
The default sieving and factoring are intended to be (and currently are) the
fastest on CPAN, including Math::Prime::XS, Math::Prime::FastSieve,
--
More information about the Pkg-perl-cvs-commits
mailing list