This is an automated email from the git hooks/post-receive script.

ppm-guest pushed a commit to annotated tag v0.36
in repository libmath-prime-util-perl.

commit a5358ed227784ba9078064a0410f771008f85246
Author: Dana Jacobsen <d...@acm.org>
Date:   Wed Dec 18 03:51:57 2013 -0800

    typo in all_factors alias
---
 lib/Math/Prime/Util.pm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/lib/Math/Prime/Util.pm b/lib/Math/Prime/Util.pm
index 349625f..afab153 100644
--- a/lib/Math/Prime/Util.pm
+++ b/lib/Math/Prime/Util.pm
@@ -1249,7 +1249,7 @@ sub divisors {
 }
 
 # alias the old "all_factors" to the new name: divisors
-*all_factors = \&_XS_divisors;
+*all_factors = \&divisors;
 
 
 # A008683 Moebius function mu(n)
@@ -4094,6 +4094,8 @@ The internals are identical to L</factor>, so all 
comments there apply.
 Just the way the factors are arranged is different.
 
 
+=head2 all_factors
+
 =head2 divisors
 
   my @divisors = divisors(30);   # returns (1, 2, 3, 5, 6, 10, 15, 30)
@@ -4108,6 +4110,8 @@ In scalar context this returns the sigma0 function,
 the sigma function (see Hardy and Wright section 16.7, or OEIS A000203).
 This is the same result as evaluating the array in scalar context.
 
+C<all_factors> is the deprecated name for this function.
+
 
 =head2 trial_factor
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmath-prime-util-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to