Checking if your kit is complete... Looks good Writing Makefile for UNIVERSAL::can Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. cp lib/UNIVERSAL/can.pm blib\lib\UNIVERSAL\can.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-load........1..3 # Testing UNIVERSAL::can 1.12, Perl 5.010000, C:\cpanrun\build\5-10-0\bin\perl.exe ok 1 - use UNIVERSAL::can; ok 2 - UNIVERSAL::can() should not export can() ok 3 - .. but should export it when requested ok t/always_warn....1..2 ok 1 - use UNIVERSAL::can; ok 2 - -always_warn flag should make module always warn ok t/bad-input......1..23 ok 1 - use UNIVERSAL::can; ok 2 - test received exactly one warning for bad input '(undef)' ok 3 - ... and did not throw an exception ok 4 - test received exactly one warning for bad input '' ok 5 - ... and did not throw an exception ok 6 - test received exactly one warning for bad input 'SCALAR(0x15dbc6c)' ok 7 - ... and did not throw an exception ok 8 - test received exactly one warning for bad input 'HASH(0x15dbd2c)' ok 9 - ... and did not throw an exception ok 10 - test received exactly one warning for bad input 'ARRAY(0x1a689b4)' ok 11 - ... and did not throw an exception ok 12 - test received exactly one warning for bad input '0' ok 13 - ... and did not throw an exception ok 14 - test received exactly one warning for bad input 'CODE(0x1a5e96c)' ok 15 - ... and did not throw an exception ok 16 - test received exactly one warning for bad input '*main::FH' ok 17 - ... and did not throw an exception ok 18 - test received exactly one warning for bad input '-1' ok 19 - ... and did not throw an exception ok 20 - test received exactly one warning for bad input '0.003' ok 21 - ... and did not throw an exception ok 22 - test received exactly one warning for bad input '.' ok 23 - ... and did not throw an exception ok t/class..........1..16 ok 1 - use UNIVERSAL::can; ok 2 - can() should return true for defined class methods ok 3 - ... returning a code reference ok 4 - ... the correct code reference ok 5 - calling UNIVERSAL::can() as function on invocant should warn ok 6 - UNIVERSAL::can() should return true then too ok 7 - ... returning a code reference ok 8 - ... the correct code reference ok 9 - can() should return true for methods called as class methods ok 10 - ... and false for nonexistant methods ok 11 - calling UNIVERSAL::can() as function on class name invocant should warn ok 12 - ... but only with warnings enabled ok 13 - ... and not with warnings diabled for UNIVERSAL::can ok 14 - can() should return true for class can() method ok 15 - ... returning a code reference ok 16 - ... the correct code reference ok t/object.........1..6 ok 1 - use UNIVERSAL::can; ok 2 - UNIVERSAL::can() should return a true value, if possible ok 3 - ... a code ref, if possible ok 4 - ... or undef if not ok 5 - ... the proper code ref ok 6 - ... not eating any exceptions already thrown ok All tests successful. Files=5, Tests=50, 1 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. Installing C:\cpanrun\build\5-10-0\html\site\lib\UNIVERSAL\can.html Appending installation info to C:\cpanrun\build\5-10-0\lib/perllocal.pod