Set up gcc environment - 3.3 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 /export/home/cpanrun/build/5.10.0/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/0-signature.....# Next time around, consider install Module::Signature, # so you can verify the integrity of this distribution. 1..1 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 ok 6 - autogenerating and autoreading IV should also round-trip ok 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 All tests successful, 1 test and 1 subtest skipped. Files=10, Tests=31, 3 wallclock secs ( 2.31 cusr + 0.35 csys = 2.66 CPU) Installing /export/home/cpanrun/build/5.10.0/html/site/lib/Crypt/CipherSaber.html Installing /export/home/cpanrun/build/5.10.0/site/lib/Crypt/CipherSaber.pm Installing /export/home/cpanrun/build/5.10.0/site/man/man3/Crypt::CipherSaber.3 Appending installation info to /export/home/cpanrun/build/5.10.0/lib/perllocal.pod