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 bb1cc9e811546be3e7f4db9a2a419af4ee703b2d Author: Dana Jacobsen <[email protected]> Date: Tue Mar 12 09:02:42 2013 -0700 Forgot to skip one of the tests with broken 5.6.2 --- Changes | 2 ++ t/81-bignum.t | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index fdc9b74..390d496 100644 --- a/Changes +++ b/Changes @@ -8,6 +8,8 @@ Revision history for Perl extension Math::Prime::Util. - New internal macro to loop over primary sieve starting at 2. Simplifies code in quite a few places. + - Forgot to skip one of the tests with broken 5.6.2. + 0.24 10 March 2013 - Fix compilation with old pre-C99 strict compilers (decl after statement). diff --git a/t/81-bignum.t b/t/81-bignum.t index 7665c40..b90be6f 100644 --- a/t/81-bignum.t +++ b/t/81-bignum.t @@ -201,7 +201,7 @@ SKIP: { ############################################################################### SKIP: { - skip "Your 64-bit Perl is broken, skipping moebius and euler_phi tests", 4 if $broken64; + skip "Your 64-bit Perl is broken, skipping moebius and euler_phi tests", 5 if $broken64; my $n; $n = 618970019642690137449562110; is( moebius($n), -1, "moebius($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 [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
