Checking if your kit is complete... Looks good 'LICENSE' is not a known MakeMaker parameter name. Writing Makefile for Authen::Htpasswd cp lib/Authen/Htpasswd/User.pm blib/lib/Authen/Htpasswd/User.pm cp lib/Authen/Htpasswd/Util.pm blib/lib/Authen/Htpasswd/Util.pm cp lib/Authen/Htpasswd.pm blib/lib/Authen/Htpasswd.pm Manifying blib/man3/Authen::Htpasswd::User.3 Manifying blib/man3/Authen::Htpasswd::Util.3 Manifying blib/man3/Authen::Htpasswd.3 PERL_DL_NONLAZY=1 /home/cpanrun/build/5.6.1/bin/perl -Iblib/arch -Iblib/lib -I/home/cpanrun/build/5.6.1/lib/5.6.1/i686-linux-thread-multi -I/home/cpanrun/build/5.6.1/lib/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=1; runtests @ARGV;' t/*.t t/01use.............ok 1 - use Authen::Htpasswd; 1..1 FAILED test 1 Failed 1/1 tests, 0.00% okay t/02pod.............1..0 # Skip Test::Pod 1.14 required skipped: Test::Pod 1.14 required t/03podcoverage.....1..0 # Skip Test::Pod::Coverage 1.04 required skipped: Test::Pod::Coverage 1.04 required t/04core............1..13 ok 1 - object created successfully ok 2 - plaintext password verified ok 3 - incorrect plaintext password rejected ok 4 - crypt password verified ok 5 - incorrect crypt password rejected ok 6 - md5 password verified ok 7 - incorrect md5 password rejected ok 8 - sha1 password verified ok 9 - incorrect sha1 password rejected ok 10 - correct plaintext password denied ok 11 - returned correct number of users ok 12 - first user has right name ok 13 - last user has right name ok t/05edit............1..28 ok 1 - object created successfully ok 2 - new user created ok 3 - new user verified ok 4 - user updated ok 5 - updated user verified ok 6 - old password invalid ok 7 - deleted user ok 8 - deleted user not found ok 9 - looked up user ok 10 - verified password ok 11 - changed password ok 12 - verified changed password ok 13 - extra info has two fields ok 14 - verified first field of extra info ok 15 - verified second field extra info ok 16 - extra info still has two fields ok 17 - info not clobbered ok 18 - changed extra info ok 19 - extra info reduced to one field ok 20 - verified extra info ok 21 - set multiple fields ok 22 - old name of user not found ok 23 - new name of user found ok 24 - user has correct username ok 25 - user has correct password ok 26 - extra info has two fields ok 27 - password with no args dies ok 28 - user still has correct password ok Failed Test Status Wstat Total Fail Failed List of Failed -------------------------------------------------------------------------------- t/01use.t 1 1 100.00% 1 2 tests skipped. Failed 1/5 test scripts, 80.00% okay. 1/42 subtests failed, 97.62% okay. make: *** [test_dynamic] Error 29