Checking if your kit is complete... Looks good Writing Makefile for Crypt::Mimetic cp lib/Crypt/Mimetic/CipherSaber.pm blib/lib/Crypt/Mimetic/CipherSaber.pm cp lib/Error/Mimetic.pm blib/lib/Error/Mimetic.pm cp lib/Crypt/Mimetic.pm blib/lib/Crypt/Mimetic.pm cp lib/Crypt/Mimetic/TEA.pm blib/lib/Crypt/Mimetic/TEA.pm cp lib/Crypt/Mimetic/None.pm blib/lib/Crypt/Mimetic/None.pm cp bin/mimetic blib/script/mimetic /Users/cpanrun/pristine/5.8.7/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/mimetic Manifying blib/man1/mimetic.1 Manifying blib/man3/Crypt::Mimetic::CipherSaber.3 Manifying blib/man3/Error::Mimetic.3 Manifying blib/man3/Crypt::Mimetic.3 Manifying blib/man3/Crypt::Mimetic::TEA.3 Manifying blib/man3/Crypt::Mimetic::None.3 PERL_DL_NONLAZY=1 /Users/cpanrun/pristine/5.8.7/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl Performing tests for Crypt::Mimetic Looking for available encryption algorithms, please wait... 3 algorithms found. CipherSaber - CipherSaber encryption algorithm. Encrypting string 'This is a test string' with CipherSaber... done. Decrypting encrypted string with CipherSaber... 'This is a test string'. Algorithm CipherSaber: ok. TEA - Tiny Encryption Algorithm. Encrypting string 'This is a test string' with TEA... done. Decrypting encrypted string with TEA... 'This is a test string'. Algorithm TEA: ok. None - Special algorithm to not encrypt; very fast. Encrypting string 'This is a test string' with None... done. Decrypting encrypted string with None... 'This is a test string'. Algorithm None: ok. 3 tests performed: 3 passed, 0 failed (0 warnings). Installing /Users/cpanrun/pristine/5.8.7/man/man1/mimetic.1 Installing /Users/cpanrun/pristine/5.8.7/man/man3/Crypt::Mimetic.3 Installing /Users/cpanrun/pristine/5.8.7/man/man3/Crypt::Mimetic::CipherSaber.3 Installing /Users/cpanrun/pristine/5.8.7/man/man3/Crypt::Mimetic::None.3 Installing /Users/cpanrun/pristine/5.8.7/man/man3/Crypt::Mimetic::TEA.3 Installing /Users/cpanrun/pristine/5.8.7/man/man3/Error::Mimetic.3 Appending installation info to /Users/cpanrun/pristine/5.8.7/lib/5.8.7/darwin-thread-multi-2level/perllocal.pod /bin/sh -c true