Checking if your kit is complete... Looks good Writing Makefile for Authen::Htpasswd Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. cp lib/Authen/Htpasswd.pm blib\lib\Authen\Htpasswd.pm cp lib/Authen/Htpasswd/Util.pm blib\lib\Authen\Htpasswd\Util.pm cp lib/Authen/Htpasswd/User.pm blib\lib\Authen\Htpasswd\User.pm Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. C:\cpanrun\build\5-10-0\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib\lib', 'blib\arch')" t/*.t t/01use............ok 1 - use Authen::Htpasswd; 1..1 ok t/02pod............1..0 # Skip set TEST_POD to enable this test skipped all skipped: set TEST_POD to enable this test t/03podcoverage....1..0 # Skip Test::Pod::Coverage 1.04 required skipped all 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 # Failed test 'updated user verified' # at t/05edit.t line 25. not ok 5 - updated user verified not ok 6 - old password invalid # Failed test 'old password invalid' # at t/05edit.t line 26. ok 7 - deleted user not ok 8 - deleted user not found # Failed test 'deleted user not found' # at t/05edit.t line 30. ok 9 - looked up user ok 10 - verified password ok 11 - changed password not ok 12 - verified changed password # Failed test 'verified changed password' # at t/05edit.t line 39. 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 not ok 19 - extra info reduced to one field # Failed test 'extra info reduced to one field' # at t/05edit.t line 50. # got: '2' # expected: '1' not ok 20 - verified extra info # Failed test 'verified extra info' # at t/05edit.t line 51. # got: 'admin' # expected: 'janitor' ok 21 - set multiple fields not ok 22 - old name of user not found # Failed test 'old name of user not found' # at t/05edit.t line 54. ok 23 - new name of user found ok 24 - user has correct username not ok 25 - user has correct password # Failed test 'user has correct password' # at t/05edit.t line 59. Can't use an undefined value as an ARRAY reference at t/05edit.t line 60. # Looks like you planned 28 tests but only ran 25. # Looks like you failed 8 tests of 25 run. # Looks like your test died just after 25. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 5-6, 8, 12, 19-20, 22, 25-28 Failed 11/28 tests, 60.71% okay Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/05edit.t 255 65280 28 14 5-6 8 12 19-20 22 25-28 2 tests skipped. Failed 1/5 test scripts. 11/42 subtests failed. Files=5, Tests=42, 1 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) Failed 1/5 test programs. 11/42 subtests failed. NMAKE : fatal error U1077: 'C:\cpanrun\build\5-10-0\bin\perl.exe' : return code '0xff' Stop.