Cannot determine perl version info from lib/Crypt/Util.pm Checking if your kit is complete... Looks good Writing Makefile for Crypt::Util cp lib/Digest/MoreFallbacks.pm blib/lib/Digest/MoreFallbacks.pm cp lib/Crypt/Util.pmc blib/lib/Crypt/Util.pmc cp lib/Crypt/Util.pm blib/lib/Crypt/Util.pm cp lib/Digest/MultiHash.pm blib/lib/Digest/MultiHash.pm Manifying blib/man3/Digest::MoreFallbacks.3 Manifying blib/man3/Crypt::Util.3 Manifying blib/man3/Digest::MultiHash.3 PERL_DL_NONLAZY=1 /home/cpanrun/pa-risc1.1/build/5.6.1/bin/perl -Iinc -Iblib/arch -Iblib/lib -I/home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1/PA-RISC1.1-thread-multi -e 'use Test::Harness qw(&runtests $verbose); $verbose=1; runtests @ARGV;' t/*.t t/basic........ # Failed test 'use Crypt::Util;' # at t/basic.t line 8. # Tried to use 'Crypt::Util'. # Error: Can't use string ("Digest::SHA1") as an ARRAY ref while "strict refs" in use at blib/lib/Digest/MoreFallbacks.pm line 11. # Compilation failed in require at blib/lib/Crypt/Util.pm line 13. # BEGIN failed--compilation aborted at t/basic.t line 8. # Compilation failed in require at (eval 3) line 2. # BEGIN failed--compilation aborted at (eval 3) line 2. not ok 1 - use Crypt::Util; # Failed test 'Crypt::Util->can(...)' # at t/basic.t line 10. # Crypt::Util->can('cipher_object') failed # Crypt::Util->can('digest_object') failed not ok 2 - Crypt::Util->can(...) ok 3 - The object isa Crypt::Util Can't locate object method "default_cipher" via package "Crypt::Util" (perhaps you forgot to load "Crypt::Util"?) at t/basic.t line 19. # Looks like you failed 2 tests of 3. # Looks like your test died just after 3. 1..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" (perhaps you forgot to load "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 'use Crypt::Util;' # at t/encoding.t line 8. # Tried to use 'Crypt::Util'. # Error: Can't use string ("Digest::SHA1") as an ARRAY ref while "strict refs" in use at blib/lib/Digest/MoreFallbacks.pm line 11. # Compilation failed in require at blib/lib/Crypt/Util.pm line 13. # BEGIN failed--compilation aborted at t/encoding.t line 8. # Compilation failed in require at (eval 3) line 2. # BEGIN failed--compilation aborted at (eval 3) line 2. not ok 1 - use Crypt::Util; Can't locate object method "encode_string_uri_base64" via package "Crypt::Util" (perhaps you forgot to load "Crypt::Util"?) at t/encoding.t line 29. # Looks like you failed 1 test of 1. 1..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" (perhaps you forgot to load "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..... not ok 1 - use Crypt::Util; # Failed test 'use Crypt::Util;' # at t/exported.t line 14. # Tried to use 'Crypt::Util'. # Error: Can't use string ("Digest::SHA1") as an ARRAY ref while "strict refs" in use at blib/lib/Digest/MoreFallbacks.pm line 11. # Compilation failed in require at blib/lib/Crypt/Util.pm line 13. # BEGIN failed--compilation aborted at t/exported.t line 14. # Compilation failed in require at (eval 3) line 2. # BEGIN failed--compilation aborted at (eval 3) line 2. 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. dubious Test returned status 255 (wstat 65280, 0xff00) t/multihash....Base class package "Digest::base" is empty. (Perhaps you need to 'use' the module which defines that package first.) at blib/lib/Digest/MultiHash.pm line 8 BEGIN failed--compilation aborted at 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. 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" (perhaps you forgot to load "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. 3/4 subtests failed, 25.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 ?? ?? % ?? t/multihash.t 255 65280 ?? ?? % ?? t/tamper.t 255 65280 ?? ?? % ?? make: *** [test_dynamic] Error 2