eisseven > tar xzf Crypt-CBC-2.30.tar.gz eisseven > cd Crypt-CBC-2.30 eisseven > perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Crypt::CBC eisseven > make cp CBC.pm blib/lib/Crypt/CBC.pm eisseven > make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/Blowfish.t ......... ok t/Blowfish_PP.t ...... skipped: Crypt::Blowfish_PP not installed t/CAST5.t ............ skipped: Crypt::CAST5 not installed t/DES.t .............. skipped: Crypt::DES not installed t/func.t ............. ok t/IDEA.t ............. skipped: Crypt::IDEA not installed t/null_data.t ........ ok t/onezeropadding.t ... using Crypt::Blowfish for testing t/onezeropadding.t ... ok t/parameters.t ....... ok t/PCBC.t ............. skipped: Crypt::DES not installed t/preexisting.t ...... Using Crypt::Blowfish for test t/preexisting.t ...... ok t/Rijndael.t ......... skipped: Crypt::Rijndael not installed t/Rijndael_compat.t .. skipped: Crypt::Rijndael not installed All tests successful. Files=13, Tests=773, 2 wallclock secs ( 0.22 usr 0.01 sys + 0.77 cusr 0.85 csys = 1.85 CPU) Result: PASS