[libmath-prime-util-perl] 32/181: Line too long in synopsis

Partha P. Mukherjee ppm-guest at moszumanska.debian.org
Thu May 21 18:51:03 UTC 2015


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 426ffa6a2326d33001d1b50e98f404848cf1a271
Author: Dana Jacobsen <dana at acm.org>
Date:   Sat Dec 21 15:48:51 2013 -0800

    Line too long in synopsis
---
 lib/Math/Prime/Util/PrimeIterator.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Math/Prime/Util/PrimeIterator.pm b/lib/Math/Prime/Util/PrimeIterator.pm
index 0e41b69..123f032 100644
--- a/lib/Math/Prime/Util/PrimeIterator.pm
+++ b/lib/Math/Prime/Util/PrimeIterator.pm
@@ -145,7 +145,7 @@ Version 0.35
   my $v = $it->value();     # Return current value
   $it->next();              # Move to next prime (returns self)
   $it->prev();              # Move to prev prime (returns self)
-  my $v = $it->iterate();   # Returns current value and moves to next prime
+  my $v = $it->iterate();   # Returns current value; moves to next prime
   $it->rewind();            # Resets position to 2
   $it->rewind($n);          # Resets position to next_prime($n-1)
 

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



More information about the Pkg-perl-cvs-commits mailing list