*** Module::AutoInstall version 1.03 *** Checking for Perl dependencies... [Core Features] - Test::More ...loaded. (0.47) - DateTime ...loaded. (0.37) - Math::BigInt ...loaded. (1.66) - Math::BigFloat ...loaded. (1.40) - Math::Trig ...loaded. (1.02) [Fast BigInt Support (FastCalc)] - Math::BigInt::FastCalc ...missing. ==> Auto-install the 1 optional module(s) from CPAN? [y/N] n [Fast BigInt Support (GMP)] - Math::BigInt::GMP ...missing. ==> Auto-install the 1 optional module(s) from CPAN? [y/N] n [Fast BigInt Support (Pari)] - Math::BigInt::Pari ...missing. ==> Auto-install the 1 optional module(s) from CPAN? [y/N] n *** Module::AutoInstall configuration finished. Checking if your kit is complete... Looks good Writing Makefile for DateTime::Util::Calc cp lib/DateTime/Util/Calc.pm blib/lib/DateTime/Util/Calc.pm Manifying blib/man3/DateTime::Util::Calc.3 PERL_DL_NONLAZY=1 /home/cpanrun/parisc2.0-lp64/build/5.8.2/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'inc', 'blib/lib', 'blib/arch')" t/01-poly.t t/02-minmax.t t/03-trig.t t/05-search.t t/06-moment.t t/07-mod.t t/08-truncate.t t/99-pod-coverage.t t/99-pod.t t/01-poly............1..4 ok 1 - use DateTime::Util::Calc; ok 2 ok 3 ok 4 ok t/02-minmax..........1..7 ok 1 - use DateTime::Util::Calc; ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok t/03-trig............1..7 ok 1 - use DateTime::Util::Calc; ok 2 - use Math::Trig; ok 3 ok 4 ok 5 ok 6 ok 7 ok t/05-search..........1..2 ok 1 - use DateTime::Util::Calc; ok 2 ok t/06-moment..........1..32 ok 1 - use DateTime::Util::Calc; ok 2 - use DateTime; ok 3 - Moment from DT: 1989-12-11T15:03:20 -> 726447.960648 Can't call Math::BigFloat->as_int, not a valid method at /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/DateTime-Util-Calc/blib/lib/DateTime/Util/Calc.pm line 157 # Looks like you planned 32 tests but only ran 3. # Looks like your test died just after 3. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 4-32 Failed 29/32 tests, 9.38% okay t/07-mod.............1..18 ok 1 - use DateTime::Util::Calc; ok 2 - 9 mod 5 is 4 ok 3 - -9 mod 5 is 1 ok 4 - 9 mod -5 is -1 ok 5 - -9 mod -5 is -4 ok 6 - 1.66666666666667 mod 0.75 is 0.166666666666667 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 - 10.123 mod 2 is 0.123 ok 14 - -10.123 mod 2 is 1.877 ok 15 ok 16 ok 17 ok 18 ok t/08-truncate........1..6 ok 1 - use DateTime::Util::Calc; ok 2 ok 3 ok 4 ok 5 ok 6 ok t/99-pod-coverage....1..0 # Skip Enable TEST_POD environment variable to test POD skipped all skipped: Enable TEST_POD environment variable to test POD t/99-pod.............1..0 # Skip Enable TEST_POD environment variable to test POD skipped all skipped: Enable TEST_POD environment variable to test POD Failed 1/9 test scripts, 88.89% okay. 29/76 subtests failed, 61.84% okay. Failed Test Stat Wstat Total Fail Failed List of Failed ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- t/06-moment.t 255 65280 32 58 181.25% 4-32 2 tests skipped. make: *** [test_dynamic] Error 25