Checking if your kit is complete... Looks good Writing Makefile for File::Signature Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. cp Signature.pm blib\lib\File\Signature.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/00_use................1..1 ok 1 - use File::Signature; ok t/01_new................1..6 ok 1 - no pathname ok 2 - null pathname # Failed test 'constructed absolute pathname' # at t/01_new.t line 37. # 'C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\File-Signature\testfile' # doesn't match '(?-xism:^/)' ok 3 - no error not ok 4 - constructed absolute pathname Use of uninitialized value $this in pattern match (m//) at t/01_new.t line 46. # Failed test 'unreadable file' # at t/01_new.t line 46. not ok 5 - unreadable file # undef # doesn't match '(?-xism:open failure)' # Looks like you failed 2 tests of 6. ok 6 - nonexistent file dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 4-5 Failed 2/6 tests, 66.67% okay t/02_new_from_string....1..6 Useless use of a constant in void context at t/02_new_from_string.t line 33. ok 1 - exception: argument required ok 2 - exception: argument was null ok 3 - exception: bad object string ok 4 - exception: bad errobj string ok 5 - success with good object ok 6 - success with error object ok t/03_error..............1..3 ok 1 - returns true ok 2 - scalar context ok 3 - list context ok t/04_changed............1..6 ok 1 - object created. ok 2 - change() was false. ok 3 - change() was true. ok 4 - object created. ok 5 - changed() in list context. ok 6 - threw exception ok t/05_is_same............1..4 ok 1 - object created. ok 2 - is_same() was true. ok 3 - is_same() is false. ok 4 - threw exception ok t/06_old_and_new........1..25 ok 1 - hasn't changed ok 2 - check pathnames ok 3 - check digests ok 4 - check inodes ok 5 - check modes ok 6 - check uids ok 7 - check gids ok 8 - check sizes ok 9 - check mtimes ok 10 - has changed ok 11 - same pathnames ok 12 - digests differ ok 13 - same inodes ok 14 - same modes ok 15 - same uids ok 16 - same gids ok 17 - sizes differ ok 18 - mtimes differ not ok 19 - has changed again # Failed test 'has changed again' # at t/06_old_and_new.t line 53. ok 20 - same pathnames # Failed test 'modes differ' # at t/06_old_and_new.t line 55. not ok 21 - modes differ # '33206' # ne # '33206' ok 22 - has changed yet again ok 23 - same pathnames # Failed test 'inodes differ' # at t/06_old_and_new.t line 61. not ok 24 - inodes differ # '0' # ne # '0' # Looks like you failed 3 tests of 25. ok 25 - threw exception dubious Test returned status 3 (wstat 768, 0x300) DIED. FAILED tests 19, 21, 24 Failed 3/25 tests, 88.00% okay t/07_overload...........1..1 ok 1 - freebie ok t/08_configure..........1..1 ok 1 - freebie ok Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/01_new.t 2 512 6 2 4-5 t/06_old_and_new.t 3 768 25 3 19 21 24 Failed 2/9 test scripts. 5/53 subtests failed. Files=9, Tests=53, 2 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) Failed 2/9 test programs. 5/53 subtests failed. NMAKE : fatal error U1077: 'C:\cpanrun\build\5-10-0\bin\perl.exe' : return code '0xff' Stop.