Set up gcc environment - 3.3 Checking if your kit is complete... Looks good Writing Makefile for Crypt::Skip32 cp lib/Crypt/Skip32.pm blib/lib/Crypt/Skip32.pm Manifying blib/man3/Crypt::Skip32.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/00distribution....1..10 ok 1 - Checking MANIFEST integrity ok 2 - use Crypt::Skip32; ok 3 - Crypt::Skip32 defines a version ok 4 # skip testing PREREQ_PM not implemented for perl 5.010000 because Module::CoreList doesn't know about it ok 5 - POD test for blib/lib/Crypt/Skip32.pm ok 6 - MANIFEST exists ok 7 - README exists ok 8 - Changes(.pod)? or ChangeLog(.pod)? exists ok 9 - Build.PL or Makefile.PL exists ok 10 # skip Test::Pod::Coverage required for testing POD ok 2/10 skipped: various reasons t/01basic...........1..42 ok 1 - use Crypt::Skip32; ok 2 - new cipher1 isa Crypt::Skip32 ok 3 - blocksize is 4 ok 4 - keysize is 10 ok 5 - Skip32 encrypt 0 -> 78612854 ok 6 - Skip32 decrypt 78612854 -> 0 ok 7 - Skip32 encrypt 3 -> 3719912389 ok 8 - Skip32 decrypt 3719912389 -> 3 ok 9 - Skip32 encrypt 21 -> 1463300585 ok 10 - Skip32 decrypt 1463300585 -> 21 ok 11 - Skip32 encrypt 147 -> 1277082297 ok 12 - Skip32 decrypt 1277082297 -> 147 ok 13 - Skip32 encrypt 1029 -> 2878029910 ok 14 - Skip32 decrypt 2878029910 -> 1029 ok 15 - Skip32 encrypt 7203 -> 4086218104 ok 16 - Skip32 decrypt 4086218104 -> 7203 ok 17 - Skip32 encrypt 50421 -> 2588160464 ok 18 - Skip32 decrypt 2588160464 -> 50421 ok 19 - Skip32 encrypt 352947 -> 2703568194 ok 20 - Skip32 decrypt 2703568194 -> 352947 ok 21 - Skip32 encrypt 2470629 -> 2600508864 ok 22 - Skip32 decrypt 2600508864 -> 2470629 ok 23 - Skip32 encrypt 17294403 -> 4119915301 ok 24 - Skip32 decrypt 4119915301 -> 17294403 ok 25 - Skip32 encrypt 121060821 -> 4266122367 ok 26 - Skip32 decrypt 4266122367 -> 121060821 ok 27 - Skip32 encrypt 847425747 -> 2671425558 ok 28 - Skip32 decrypt 2671425558 -> 847425747 ok 29 - Skip32 encrypt 4294967295 -> 949651845 ok 30 - Skip32 decrypt 949651845 -> 4294967295 ok 31 - Skip32 encrypt 123456789 -> 2982653749 ok 32 - Skip32 decrypt 2982653749 -> 123456789 ok 33 - new cipher2 isa Crypt::Skip32 ok 34 - Skip32 encrypt 123456789 -> 2798020216 ok 35 - Skip32 decrypt 2798020216 -> 123456789 ok 36 - different keys produce different encrypted text ok 37 - new() dies correctly on key too short ok 38 - new() dies correctly on key too long ok 39 - encrypt() dies correctly on plaintext too short ok 40 - encrypt() dies correctly on plaintext too long ok 41 - encrypt() dies correctly on ciphertext too short ok 42 - decrypt() dies correctly on ciphertext too long ok t/02cbc.............1..2 ok 1 - encrypt with Crypt::CBC ok 2 - decrypt with Crypt::CBC ok t/03pod.............1..1 ok 1 - blib/lib/Crypt/Skip32.pm ok t/04pod-coverage....1..0 # Skip Test::Pod::Coverage 1.00 required for testing pod coverage skipped all skipped: Test::Pod::Coverage 1.00 required for testing pod coverage All tests successful, 1 test and 2 subtests skipped. Files=5, Tests=55, 3 wallclock secs ( 2.05 cusr + 0.24 csys = 2.29 CPU) Installing /export/home/cpanrun/build/5.10.0/html/site/lib/Crypt/Skip32.html Installing /export/home/cpanrun/build/5.10.0/site/lib/Crypt/Skip32.pm Installing /export/home/cpanrun/build/5.10.0/site/man/man3/Crypt::Skip32.3 Appending installation info to /export/home/cpanrun/build/5.10.0/lib/perllocal.pod