Checking if your kit is complete... Looks good Writing Makefile for Crypt::GPG cp GPG.pm blib/lib/Crypt/GPG.pm Manifying blib/man3/Crypt::GPG.3 PERL_DL_NONLAZY=1 /export/home/cpanrun/build/5.6.1/bin/perl -Iblib/arch -Iblib/lib -I/export/home/cpanrun/build/5.6.1/lib/5.6.1/sun4-solaris-thread-multi -I/export/home/cpanrun/build/5.6.1/lib/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=1; runtests @ARGV;' t/*.t t/01-keygen.........1..2 NOTE: If the tests are skipped, you may need to install gpg, and/or set the environment variable GPGBIN to the location of the gpg binary. If the keygen test takes a long time you may need to generate more randomness on your computer (by running a recursive directory listing in the background, for example). ok 1 # skip ok 2 # skip ok, 2/2 skipped: unknown reason t/02-import.........1..1 ok 1 # skip ok, 1/1 skipped: unknown reason t/03-export.........1..10 ok 1 # skip ok 2 # skip ok 3 # skip ok 4 # skip ok 5 # skip ok 6 # skip ok 7 # skip ok 8 # skip ok 9 # skip ok 10 # skip ok, 10/10 skipped: unknown reason t/04-encdec.........1..10 ok 1 # skip ok 2 # skip ok 3 # skip ok 4 # skip ok 5 # skip ok 6 # skip ok 7 # skip ok 8 # skip ok 9 # skip ok 10 # skip ok, 10/10 skipped: unknown reason t/05-sigver.........1..32 Not enough arguments for Test::skip at t/05-sigver.t line 76, near "})" Not enough arguments for Test::skip at t/05-sigver.t line 80, near "})" Not enough arguments for Test::skip at t/05-sigver.t line 94, near "})" Not enough arguments for Test::skip at t/05-sigver.t line 98, near "})" Execution of t/05-sigver.t aborted due to compilation errors. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-32 Failed 32/32 tests, 0.00% okay t/06-keyops.........1..30 Not enough arguments for Test::skip at t/06-keyops.t line 90, near "})" Execution of t/06-keyops.t aborted due to compilation errors. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-30 Failed 30/30 tests, 0.00% okay Failed Test Status Wstat Total Fail Failed List of Failed -------------------------------------------------------------------------------- t/05-sigver.t 255 65280 32 32 100.00% 1-32 t/06-keyops.t 255 65280 30 30 100.00% 1-30 23 subtests skipped. Failed 2/6 test scripts, 66.67% okay. 62/85 subtests failed, 27.06% okay. make: *** [test_dynamic] Error 2