Checking if your kit is complete... Looks good Writing Makefile for Crypt::CipherSaber cp lib/Crypt/CipherSaber.pm blib/lib/Crypt/CipherSaber.pm Manifying blib/man3/Crypt::CipherSaber.3 PERL_DL_NONLAZY=1 /Users/cpanrun/build/5.10.0/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/0-signature.....1..1 # Next time around, consider install Module::Signature, # so you can verify the integrity of this distribution. ok 1 # skip Module::Signature not installed ok 1/1 skipped: various reasons t/base............ok 1 - use Crypt::CipherSaber; ok 2 - The object isa Crypt::CipherSaber ok 3 - new() should default to an N of 1 with none given ok 4 - ... or one given < 1 ok 5 - Crypt::CipherSaber->can('crypt') ok 6 - Crypt::CipherSaber->can('encrypt') ok 7 - Crypt::CipherSaber->can('decrypt') ok 8 - Crypt::CipherSaber->can('fh_crypt') ok 9 - fh_crypt() should warn without a valid input filehandle ok 10 - ... returning nothing ok 11 - ... and should warn without a valid output filehandle ok 12 - ... also returning nothing 1..12 ok t/bigfile.........1..2 ok 1 - use Crypt::CipherSaber; ok 2 - Encrypting a large file should not mangle it ok t/both_long.......1..2 ok 1 - use Crypt::CipherSaber; ok 2 - round-tripping should work ok t/create..........1..2 ok 1 - use Crypt::CipherSaber; ok 2 - The object isa Crypt::CipherSaber ok t/CS2.............1..2 ok 1 - use Crypt::CipherSaber; ok 2 - CS-2 should work on texts longer than IV ok t/encrypt.........1..3 ok 1 - use Crypt::CipherSaber; ok 2 - encryption of known text should produce known output ok 3 - ... and decryption should produce known output ok t/fh_encrypt......1..6 ok 1 - use Crypt::CipherSaber; ok 2 - fh_crypt() should return true if everything works ok 3 - There should be no characters in common between input and output ok 4 - fh_crypt() should return true if everything works (decrypting) ok 5 - ... with no characters in common # Failed test 'autogenerating and autoreading IV should also round-trip' # at t/fh_encrypt.t line 115. not ok 6 - autogenerating and autoreading IV should also round-trip # Looks like you failed 1 test of 6. dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 6 Failed 1/6 tests, 83.33% okay t/pod-coverage....1..0 # Skip Test::Pod::Coverage 1.04 required for testing POD coverage skipped all skipped: Test::Pod::Coverage 1.04 required for testing POD coverage t/pod.............1..1 ok 1 - blib/lib/Crypt/CipherSaber.pm ok Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/fh_encrypt.t 1 256 6 1 6 1 test and 1 subtest skipped. Failed 1/10 test scripts. 1/31 subtests failed. Files=10, Tests=31, 1 wallclock secs ( 0.71 cusr + 0.21 csys = 0.92 CPU) Failed 1/10 test programs. 1/31 subtests failed. make: *** [test_dynamic] Error 255