Cannot determine perl version info from lib/Crypt/Util.pm Warning: prerequisite Digest::SHA::PurePerl 0 not found. Checking if your kit is complete... Looks good Writing Makefile for Crypt::Util cp lib/Digest/MultiHash.pm blib/lib/Digest/MultiHash.pm cp lib/Crypt/Util.pm blib/lib/Crypt/Util.pm cp lib/Digest/MoreFallbacks.pm blib/lib/Digest/MoreFallbacks.pm cp lib/Crypt/Util.pmc blib/lib/Crypt/Util.pmc Manifying blib/man3/Digest::MultiHash.3 Manifying blib/man3/Digest::MoreFallbacks.3 Manifying blib/man3/Crypt::Util.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/*.t t/basic........# Failed test (t/basic.t at line 8) # Tried to use 'Crypt::Util'. # Error: Can't use string ("Digest::SHA1") as an ARRAY ref while "strict refs" in use at /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Crypt-Util/blib/lib/Digest/MoreFallbacks.pm line 11. # Compilation failed in require at /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Crypt-Util/blib/lib/Crypt/Util.pm line 13. # BEGIN failed--compilation aborted at /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Crypt-Util/blib/lib/Crypt/Util.pm line 13. # Compilation failed in require at (eval 1) line 2. not ok 1 - use Crypt::Util; # Failed test (t/basic.t at line 10) not ok 2 - Crypt::Util->can(...) # Crypt::Util->can('cipher_object') failed # Crypt::Util->can('digest_object') failed Can't locate object method "default_cipher" via package "Crypt::Util" at t/basic.t line 19. ok 3 - The object isa Crypt::Util 1..3 # Looks like you failed 2 tests of 3. # Looks like your test died just after 3. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-2 Failed 2/3 tests, 33.33% okay t/digest.......Can't locate object method "digest_string" via package "Crypt::Util" at t/digest.t line 25. # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) t/encoding.....# Failed test (t/encoding.t at line 8) # Tried to use 'Crypt::Util'. # Error: Can't use string ("Digest::SHA1") as an ARRAY ref while "strict refs" in use at /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Crypt-Util/blib/lib/Digest/MoreFallbacks.pm line 11. # Compilation failed in require at /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Crypt-Util/blib/lib/Crypt/Util.pm line 13. # BEGIN failed--compilation aborted at /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Crypt-Util/blib/lib/Crypt/Util.pm line 13. # Compilation failed in require at (eval 1) line 2. not ok 1 - use Crypt::Util; Can't locate object method "encode_string_uri_base64" via package "Crypt::Util" at t/encoding.t line 29. 1..1 # Looks like you failed 1 tests of 1. # Looks like your test died just after 1. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay t/encrypt......Can't locate object method "process_key" via package "Crypt::Util" at t/encrypt.t line 24. # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) t/exported.....# Failed test (t/exported.t at line 14) # Tried to use 'Crypt::Util'. # Error: Can't use string ("Digest::SHA1") as an ARRAY ref while "strict refs" in use at /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Crypt-Util/blib/lib/Digest/MoreFallbacks.pm line 11. # Compilation failed in require at /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Crypt-Util/blib/lib/Crypt/Util.pm line 13. # BEGIN failed--compilation aborted at /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Crypt-Util/blib/lib/Crypt/Util.pm line 13. # Compilation failed in require at (eval 1) line 2. not ok 1 - use Crypt::Util; Bareword "default_key" not allowed while "strict subs" in use at t/exported.t line 16. Bareword "default_key" not allowed while "strict subs" in use at t/exported.t line 20. Bareword "exported_instance" not allowed while "strict subs" in use at t/exported.t line 22. Execution of t/exported.t aborted due to compilation errors. 1..1 # Looks like you failed 1 tests of 1. # Looks like your test died just after 1. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay t/multihash....Base class package "Digest::base" is empty. (Perhaps you need to 'use' the module which defines that package first.) at /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Crypt-Util/blib/lib/Digest/MultiHash.pm line 8 BEGIN failed--compilation aborted at /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Crypt-Util/blib/lib/Digest/MultiHash.pm line 8. Compilation failed in require at t/multihash.t line 9. BEGIN failed--compilation aborted at t/multihash.t line 9. # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) t/tamper.......Name "Crypt::Util::PACK_FORMAT_VERSION" used only once: possible typo at t/tamper.t line 68. Can't locate object method "default_key" via package "Crypt::Util" at t/tamper.t line 22. # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) Failed 7/7 test scripts, 0.00% okay. 4/5 subtests failed, 20.00% okay. Failed Test Stat Wstat Total Fail Failed List of Failed ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- t/basic.t 255 65280 3 2 66.67% 1-2 t/digest.t 255 65280 ?? ?? % ?? t/encoding.t 255 65280 1 1 100.00% 1 t/encrypt.t 255 65280 ?? ?? % ?? t/exported.t 255 65280 1 1 100.00% 1 t/multihash.t 255 65280 ?? ?? % ?? t/tamper.t 255 65280 ?? ?? % ?? make: *** [test_dynamic] Error 2