eisseven > tar xzf Crypt-OpenPGP-1.04.tar.gz eisseven > cd Crypt-OpenPGP-1.04 eisseven > perl Makefile.PL Checking if your kit is complete... Looks good Warning: prerequisite Crypt::Blowfish 0 not found. Warning: prerequisite Crypt::CAST5_PP 0 not found. Warning: prerequisite Crypt::DES_EDE3 0 not found. Warning: prerequisite Crypt::DSA 0 not found. Warning: prerequisite Crypt::IDEA 0 not found. Warning: prerequisite Crypt::RIPEMD160 0 not found. Warning: prerequisite Crypt::RSA 0 not found. Warning: prerequisite Crypt::Rijndael 0 not found. Warning: prerequisite Crypt::Twofish 0 not found. Warning: prerequisite Data::Buffer 0.04 not found. Warning: prerequisite Math::Pari 0 not found. Writing Makefile for Crypt::OpenPGP eisseven > tar xzf Crypt-OpenPGP-1.04.tar.gz eisseven > cd Crypt-OpenPGP-1.04 eisseven > perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Crypt::OpenPGP eisseven > make cp lib/Crypt/OpenPGP/Words.pm blib/lib/Crypt/OpenPGP/Words.pm cp lib/Crypt/OpenPGP/Digest.pm blib/lib/Crypt/OpenPGP/Digest.pm cp lib/Crypt/OpenPGP/Key.pm blib/lib/Crypt/OpenPGP/Key.pm cp lib/Crypt/OpenPGP/KeyRing.pm blib/lib/Crypt/OpenPGP/KeyRing.pm cp lib/Crypt/OpenPGP/Cipher.pm blib/lib/Crypt/OpenPGP/Cipher.pm cp lib/Crypt/OpenPGP/S2k.pm blib/lib/Crypt/OpenPGP/S2k.pm cp lib/Crypt/OpenPGP/Armour.pm blib/lib/Crypt/OpenPGP/Armour.pm cp lib/Crypt/OpenPGP/Certificate.pm blib/lib/Crypt/OpenPGP/Certificate.pm cp lib/Crypt/OpenPGP/Compressed.pm blib/lib/Crypt/OpenPGP/Compressed.pm cp lib/Crypt/OpenPGP/Message.pm blib/lib/Crypt/OpenPGP/Message.pm cp lib/Crypt/OpenPGP/OnePassSig.pm blib/lib/Crypt/OpenPGP/OnePassSig.pm cp lib/Crypt/OpenPGP/Util.pm blib/lib/Crypt/OpenPGP/Util.pm cp lib/Crypt/OpenPGP/Signature/SubPacket.pm blib/lib/Crypt/OpenPGP/Signature/SubPacket.pm cp lib/Crypt/OpenPGP/Key/Public.pm blib/lib/Crypt/OpenPGP/Key/Public.pm cp lib/Crypt/OpenPGP.pm blib/lib/Crypt/OpenPGP.pm cp lib/Crypt/OpenPGP/SKSessionKey.pm blib/lib/Crypt/OpenPGP/SKSessionKey.pm cp lib/Crypt/OpenPGP/MDC.pm blib/lib/Crypt/OpenPGP/MDC.pm cp lib/Crypt/OpenPGP/CFB.pm blib/lib/Crypt/OpenPGP/CFB.pm cp lib/Crypt/OpenPGP/PacketFactory.pm blib/lib/Crypt/OpenPGP/PacketFactory.pm cp lib/Crypt/OpenPGP/Key/Public/RSA.pm blib/lib/Crypt/OpenPGP/Key/Public/RSA.pm cp lib/Crypt/OpenPGP/Signature.pm blib/lib/Crypt/OpenPGP/Signature.pm cp lib/Crypt/OpenPGP/Key/Secret/DSA.pm blib/lib/Crypt/OpenPGP/Key/Secret/DSA.pm cp lib/Crypt/OpenPGP/Marker.pm blib/lib/Crypt/OpenPGP/Marker.pm cp lib/Crypt/OpenPGP/Key/Public/DSA.pm blib/lib/Crypt/OpenPGP/Key/Public/DSA.pm cp lib/Crypt/OpenPGP/Buffer.pm blib/lib/Crypt/OpenPGP/Buffer.pm cp lib/Crypt/OpenPGP/ErrorHandler.pm blib/lib/Crypt/OpenPGP/ErrorHandler.pm cp lib/Crypt/OpenPGP/KeyBlock.pm blib/lib/Crypt/OpenPGP/KeyBlock.pm cp lib/Crypt/OpenPGP/Key/Secret.pm blib/lib/Crypt/OpenPGP/Key/Secret.pm cp lib/Crypt/OpenPGP/Key/Secret/RSA.pm blib/lib/Crypt/OpenPGP/Key/Secret/RSA.pm cp lib/Crypt/OpenPGP/KeyServer.pm blib/lib/Crypt/OpenPGP/KeyServer.pm cp lib/Crypt/OpenPGP/Config.pm blib/lib/Crypt/OpenPGP/Config.pm cp lib/Crypt/OpenPGP/Key/Public/ElGamal.pm blib/lib/Crypt/OpenPGP/Key/Public/ElGamal.pm cp lib/Crypt/OpenPGP/SessionKey.pm blib/lib/Crypt/OpenPGP/SessionKey.pm cp lib/Crypt/OpenPGP/Key/Secret/ElGamal.pm blib/lib/Crypt/OpenPGP/Key/Secret/ElGamal.pm cp lib/Crypt/OpenPGP/Constants.pm blib/lib/Crypt/OpenPGP/Constants.pm cp lib/Crypt/OpenPGP/Trust.pm blib/lib/Crypt/OpenPGP/Trust.pm cp lib/Crypt/OpenPGP/UserID.pm blib/lib/Crypt/OpenPGP/UserID.pm cp lib/Crypt/OpenPGP/Plaintext.pm blib/lib/Crypt/OpenPGP/Plaintext.pm cp lib/Crypt/OpenPGP/Ciphertext.pm blib/lib/Crypt/OpenPGP/Ciphertext.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 ... ok t/01-util.t ...... ok t/02-buffer.t .... ok t/03-3des.t ...... ok t/04-armour.t .... ok t/05-packets.t ... ok t/06-cipher.t .... # CAST5 t/06-cipher.t .... 1/56 # Rijndael # Rijndael256 # DES3 # Rijndael192 # IDEA # Blowfish # Twofish t/06-cipher.t .... ok t/07-digest.t .... # MD5 t/07-digest.t .... 1/15 # SHA1 # RIPEMD160 t/07-digest.t .... ok t/08-compress.t .. ok t/09-config.t .... 1/20 # GnuPG config # pgp2 config t/09-config.t .... ok t/10-keyring.t ... ok t/11-encrypt.t ... ok t/12-sign.t ...... 1/12 # armoured sig t/12-sign.t ...... 3/12 # detached sig t/12-sign.t ...... 7/12 # unarmoured sig t/12-sign.t ...... 9/12 # clear-text sig t/12-sign.t ...... 11/12 # sig generated using explicit Key t/12-sign.t ...... ok t/13-keygen.t .... # RSA t/13-keygen.t .... 1/28 # DSA t/13-keygen.t .... ok All tests successful. Files=14, Tests=273, 69 wallclock secs ( 0.11 usr 0.02 sys + 39.11 cusr 0.65 csys = 39.89 CPU) Result: PASS