Checking if your kit is complete... Looks good Writing Makefile for Acme::UNIVERSAL::new Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. cp lib/Acme/UNIVERSAL/new.pm blib\lib\Acme\UNIVERSAL\new.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/0-signature.....1..1 # Next time around, consider install Module::Signature, # so you can verify the integrity of this distribution. ok 1 # skip Module::Signature not installed ok 1/1 skipped: various reasons t/00-load.........1..1 ok 1 - use Acme::UNIVERSAL::new; # Testing Acme::UNIVERSAL::new 0.01, Perl 5.010000, C:\cpanrun\build\5-10-0\bin\perl.exe ok t/base............ok 1 - use Acme::UNIVERSAL::new; ok 2 - main->can('new') ok 3 - new() should be UNIVERSAL ok 4 - UNIVERSAL::new() should create Foo objects... ok 5 - UNIVERSAL::new() should create Foo::Bar objects... ok 6 - UNIVERSAL::new() should create Foo::Bar::Baz objects... ok 7 - UNIVERSAL::new() should create Test::Builder objects... # Failed test '... but no other classes' not ok 8 - ... but no other classes # at t/base.t line 40. # got: '78' # expected: '100' ok 9 - UNIVERSAL::new() should create HASH objects... ok 10 - UNIVERSAL::new() should create SCALAR objects... ok 11 - UNIVERSAL::new() should create ARRAY objects... ok 12 - UNIVERSAL::new() should create CODE objects... ok 13 - UNIVERSAL::new() should create GLOB objects... ok 14 - ... but only those types # Looks like you failed 1 test of 14. 1..14 dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 8 Failed 1/14 tests, 92.86% okay t/pod-coverage....1..0 # Skip Test::Pod::Coverage 1.04 required for testing POD coverage skipped all skipped: Test::Pod::Coverage 1.04 required for testing POD coverage t/pod.............1..1 ok 1 - blib\lib\Acme\UNIVERSAL\new.pm ok Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/base.t 1 256 14 1 8 1 test and 1 subtest skipped. Failed 1/5 test scripts. 1/17 subtests failed. Files=5, Tests=17, 0 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) Failed 1/5 test programs. 1/17 subtests failed. NMAKE : fatal error U1077: 'C:\cpanrun\build\5-10-0\bin\perl.exe' : return code '0xff' Stop.