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

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

commit 0f652e5e1a13ba8a995b0673777b6b1150a210ed
Author: Dana Jacobsen <d...@acm.org>
Date:   Tue Mar 19 10:35:10 2013 -0700

    Travis-CI change in installation order
---
 .travis.yml                       | 6 +++---
 examples/test-factor-gnufactor.pl | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 24c14c7..8c1fbb5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,10 +6,10 @@ perl:
 #  - "5.14"
 #  - "5.12"
 
-before_script:
-#    - sudo apt-get install libgmp3-dev
-#    - cpanm Test::Pod # optional dependency
+before_install:
+    - sudo apt-get install libgmp3-dev
     - sudo apt-get install libmpfr-dev
+    - cpanm Test::Pod # optional dependency
     - cpanm Math::Prime::Util::GMP
     - cpanm Math::MPFR
 
diff --git a/examples/test-factor-gnufactor.pl 
b/examples/test-factor-gnufactor.pl
index 8f0e9b9..6b0e300 100755
--- a/examples/test-factor-gnufactor.pl
+++ b/examples/test-factor-gnufactor.pl
@@ -113,7 +113,7 @@ sub test_array {
   # We should ignore the small digits, since we're comparing direct
   # Perl functions with multiple command line invocations.  It really
   # doesn't make sense until we're over 1ms per number.
-  printf "OK  MPU:%8.3f ms", (($mpusec*1000) / scalar @narray);
+  printf "  MPU:%8.3f ms", (($mpusec*1000) / scalar @narray);
   printf("  GNU:%8.3f ms", (($gnusec*1000) / scalar @narray)) if $do_gnu;
   printf("  Pari:%8.3f ms", (($parisec*1000) / scalar @narray)) if $do_pari;
   print "\n";

-- 
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