PATH=/opt/SUNWspro/bin:/usr/local/bin:/opt/csw/bin:/usr/ccs/bin:/usr/bin:/usr/sbin Start 2012-07-27T00:46:47 ActivePerl-1205 CPAN-1.9402 Going to read '/export/home/fly1232/var/cpan/Metadata' Database was generated on Fri, 27 Jul 2012 06:51:03 GMT Running make for C/CH/CHROMATIC/UNIVERSAL-can-1.20120726.tar.gz Checksum for /net/nas/data/cpan/authors/id/C/CH/CHROMATIC/UNIVERSAL-can-1.20120726.tar.gz ok UNIVERSAL-can-1.20120726 UNIVERSAL-can-1.20120726/README UNIVERSAL-can-1.20120726/Changes UNIVERSAL-can-1.20120726/LICENSE UNIVERSAL-can-1.20120726/dist.ini UNIVERSAL-can-1.20120726/t UNIVERSAL-can-1.20120726/t/bugs.t UNIVERSAL-can-1.20120726/META.yml UNIVERSAL-can-1.20120726/MANIFEST UNIVERSAL-can-1.20120726/t/class.t UNIVERSAL-can-1.20120726/t/object.t UNIVERSAL-can-1.20120726/t/00-load.t UNIVERSAL-can-1.20120726/Makefile.PL UNIVERSAL-can-1.20120726/t/bad-input.t UNIVERSAL-can-1.20120726/t/SUPER-can.t UNIVERSAL-can-1.20120726/t/always_warn.t UNIVERSAL-can-1.20120726/t/deep-recursion.t UNIVERSAL-can-1.20120726/lib/UNIVERSAL UNIVERSAL-can-1.20120726/lib/UNIVERSAL/can.pm UNIVERSAL-can-1.20120726/t/lib/Test UNIVERSAL-can-1.20120726/t/lib/Test/SmallWarn.pm UNIVERSAL-can-1.20120726/t/isa-triggering-overload.t CPAN.pm: Going to build C/CH/CHROMATIC/UNIVERSAL-can-1.20120726.tar.gz >>> /export/home/fly1232/bin/perl Makefile.PL Checking if your kit is complete... Looks good Version::Requirements is deprecated; replace with CPAN::Meta::Requirements at /export/home/fly1232/var/megalib/Version/Requirements.pm line 17. require Version/Requirements.pm called at /export/home/fly1232/var/megalib/CPAN/Meta/Prereqs.pm line 10 CPAN::Meta::Prereqs::BEGIN() called at /export/home/fly1232/var/megalib/Version/Requirements.pm line 0 eval {...} called at /export/home/fly1232/var/megalib/Version/Requirements.pm line 0 require CPAN/Meta/Prereqs.pm called at /export/home/fly1232/var/megalib/CPAN/Meta/Feature.pm line 7 CPAN::Meta::Feature::BEGIN() called at /export/home/fly1232/var/megalib/Version/Requirements.pm line 0 eval {...} called at /export/home/fly1232/var/megalib/Version/Requirements.pm line 0 require CPAN/Meta/Feature.pm called at /export/home/fly1232/var/megalib/CPAN/Meta.pm line 9 CPAN::Meta::BEGIN() called at /export/home/fly1232/var/megalib/Version/Requirements.pm line 0 eval {...} called at /export/home/fly1232/var/megalib/Version/Requirements.pm line 0 require CPAN/Meta.pm called at /export/home/fly1232/var/megalib/ExtUtils/MM_Any.pm line 733 eval {...} called at /export/home/fly1232/var/megalib/ExtUtils/MM_Any.pm line 732 ExtUtils::MM_Any::_has_cpan_meta() called at /export/home/fly1232/var/megalib/ExtUtils/MM_Any.pm line 753 ExtUtils::MM_Any::metafile_target('PACK001=HASH(0x2e4678)') called at /export/home/fly1232/var/megalib/ExtUtils/MakeMaker.pm line 690 ExtUtils::MakeMaker::new('MM', 'PACK001=HASH(0x2e4678)') called at /export/home/fly1232/var/megalib/ExtUtils/MakeMaker.pm line 60 ExtUtils::MakeMaker::WriteMakefile('test', 'HASH(0x2e4988)', 'NAME', 'UNIVERSAL::can', 'DISTNAME', 'UNIVERSAL-can', 'CONFIGURE_REQUIRES', 'HASH(0x17dcb8)', 'AUTHOR', ...) called at Makefile.PL line 55 Writing Makefile for UNIVERSAL::can Writing MYMETA.yml and MYMETA.json >>> make cp lib/UNIVERSAL/can.pm blib/lib/UNIVERSAL/can.pm Manifying blib/man3/UNIVERSAL::can.3 CHROMATIC/UNIVERSAL-can-1.20120726.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /export/home/fly1232/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t # Testing UNIVERSAL::can 1.20120726, Perl 5.012004, /export/home/fly1232/bin/perl t/00-load.t .................. 1..3 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.t .............. 1..2 ok 1 - use UNIVERSAL::can; ok 2 - -always_warn flag should make module always warn ok t/bad-input.t ................ 1..23 ok 1 - use UNIVERSAL::can; ok 2 - (undef) should be false ok 3 - ... and not throw a warning ok 4 - should be false ok 5 - ... and not throw a warning ok 6 - SCALAR(0x194de0) should be false ok 7 - ... and not throw a warning ok 8 - HASH(0x17d008) should be false ok 9 - ... and not throw a warning ok 10 - ARRAY(0x1a97b8) should be false ok 11 - ... and not throw a warning ok 12 - 0 should be false ok 13 - ... and not throw a warning ok 14 - CODE(0x1a4550) should be false ok 15 - ... and not throw a warning ok 16 - *test::FH should be false ok 17 - ... and not throw a warning ok 18 - -1 should be false ok 19 - ... and not throw a warning ok 20 - 0.003 should be false ok 21 - ... and not throw a warning ok 22 - . should be false ok 23 - ... and not throw a warning ok t/bugs.t ..................... ok 1 - use UNIVERSAL::can; not ok 2 - unloaded class should be able to can() # TODO UnloadedClass->can('can') fails until 5.17.2 # Failed (TODO) test 'unloaded class should be able to can()' # at t/bugs.t line 18. ok 3 - ... and should not warn 1..3 ok t/class.t .................... 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/deep-recursion.t ........... 1..1 ok 1 - Didn't segfault ok t/isa-triggering-overload.t .. 1..3 ok 1 - ->can should return true for an existing method ok 2 - ->can should return false for a non-existent method ok 3 - it should not trigger the string overload on the invocant in either case ok t/object.t ................... 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 t/SUPER-can.t ................ 1..2 ok 1 - CLASS->SUPER::can(METHOD) does not give a warning ok 2 - CLASS->SUPER::can(METHOD) does not invoke CLASS->can(METHOD) ok All tests successful. Files=9, Tests=59, 1 wallclock secs ( 0.20 usr 0.02 sys + 0.90 cusr 0.10 csys = 1.22 CPU) Result: PASS CHROMATIC/UNIVERSAL-can-1.20120726.tar.gz make test TEST_VERBOSE=1 -- OK chromatic <chromatic@wgz.org> work around buggy code calling UNIVERSAL::can() as a function >>> (cd /export/home/fly1232/var/cpan/build/UNIVERSAL-can-1.20120726-5TDnHO && tar cvf - UNIVERSAL-can-1.20120726.ppd blib) | gzip -c >/export/home/fly1232/var/REPO/C/CH/CHROMATIC/UNIVERSAL-can-1.20120726.tar.gz UNIVERSAL-can-1.20120726.ppd blib/ blib/lib/ blib/lib/UNIVERSAL/ blib/lib/UNIVERSAL/can.pm blib/man3/ blib/man3/UNIVERSAL::can.3 >>> mv /export/home/fly1232/var/cpan/build/UNIVERSAL-can-1.20120726-5TDnHO/UNIVERSAL-can-1.20120726.ppd /export/home/fly1232/var/REPO/C/CH/CHROMATIC Finished 2012-07-27T00:47:00