eisseven > tar xzf Crypt-DSA-1.16.tar.gz eisseven > cd Crypt-DSA-1.16 eisseven > perl Makefile.PL Checking if your kit is complete... Looks good Warning: prerequisite File::Which 0.05 not found. Writing Makefile for Crypt::DSA eisseven > tar xzf Crypt-DSA-1.16.tar.gz eisseven > cd Crypt-DSA-1.16 eisseven > perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Crypt::DSA eisseven > make cp lib/Crypt/DSA/Signature.pm blib/lib/Crypt/DSA/Signature.pm cp lib/Crypt/DSA/Key/SSH2.pm blib/lib/Crypt/DSA/Key/SSH2.pm cp lib/Crypt/DSA.pm blib/lib/Crypt/DSA.pm cp lib/Crypt/DSA/Util.pm blib/lib/Crypt/DSA/Util.pm cp lib/Crypt/DSA/KeyChain.pm blib/lib/Crypt/DSA/KeyChain.pm cp lib/Crypt/DSA/Key.pm blib/lib/Crypt/DSA/Key.pm cp lib/Crypt/DSA/Key/PEM.pm blib/lib/Crypt/DSA/Key/PEM.pm eisseven > make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/00-compile.t .. 1/1 # Testing Crypt::DSA 1.16 t/00-compile.t .. ok t/01-util.t ..... ok t/02-sign.t ..... skipped: Test is excessively slow without GMP or Pari t/03-keygen.t ... skipped: Test is excessively slow without GMP or Pari t/04-pem.t ...... skipped: no Convert::PEM t/06-fips.t ..... skipped: Test is excessively slow without GMP or Pari t/07-openid.t ... skipped: no Convert::PEM t/97_meta.t ..... skipped: Author tests not required for installation t/98_pod.t ...... skipped: Author tests not required for installation t/99_pmv.t ...... skipped: Author tests not required for installation All tests successful. Files=10, Tests=14, 1 wallclock secs ( 0.06 usr 0.04 sys + 0.90 cusr 0.09 csys = 1.09 CPU) Result: PASS eisseven > make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/00-compile.t .. 1/1 # Testing Crypt::DSA 1.16 t/00-compile.t .. ok t/01-util.t ..... ok t/02-sign.t ..... skipped: Test is excessively slow without GMP or Pari t/03-keygen.t ... skipped: Test is excessively slow without GMP or Pari t/04-pem.t ...... ok t/06-fips.t ..... skipped: Test is excessively slow without GMP or Pari t/07-openid.t ... ok t/97_meta.t ..... skipped: Author tests not required for installation t/98_pod.t ...... skipped: Author tests not required for installation t/99_pmv.t ...... skipped: Author tests not required for installation All tests successful. Files=10, Tests=51, 8 wallclock secs ( 0.07 usr 0.01 sys + 7.30 cusr 0.12 csys = 7.50 CPU) Result: PASS'