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/build/5.10.0/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/build/5.10.0/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl Performing tests for Crypt::Mimetic Looking for available encryption algorithms, please wait... 3 algorithms found. Algorithm CipherSaber: warning. Error using algorithm 'CipherSaber'. - Crypt::CipherSaber required by Crypt::Mimetic::CipherSaber Algorithm TEA: warning. Error using algorithm 'TEA'. - Crypt::Tea required by Crypt::Mimetic::TEA 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: 1 passed, 0 failed (2 warnings). make: *** [htmlifypods] Hangup