Checking if your kit is complete... Looks good Writing Makefile for UNIVERSAL::can cp lib/UNIVERSAL/can.pm blib/lib/UNIVERSAL/can.pm Manifying blib/man3/UNIVERSAL::can.3 PERL_DL_NONLAZY=1 /Users/cpanrun/build/5.10.0/bin/perl "-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, /Users/cpanrun/build/5.10.0/bin/perl 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(0x1812060)' ok 7 - ... and did not throw an exception ok 8 - test received exactly one warning for bad input 'HASH(0x18050a0)' ok 9 - ... and did not throw an exception ok 10 - test received exactly one warning for bad input 'ARRAY(0x1805120)' 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(0x181d020)' 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.32 cusr + 0.09 csys = 0.41 CPU) Installing /Users/cpanrun/build/5.10.0/html/site/lib/UNIVERSAL/can.html Installing /Users/cpanrun/build/5.10.0/site/lib/UNIVERSAL/can.pm Installing /Users/cpanrun/build/5.10.0/site/man/man3/UNIVERSAL::can.3 Appending installation info to /Users/cpanrun/build/5.10.0/lib/perllocal.pod