PATH=/opt/SUNWspro/bin:/usr/local/bin:/opt/csw/bin:/usr/ccs/bin:/usr/bin:/usr/sbin Start 2013-02-18T18:09:11 ActivePerl-1205 CPAN-1.9402 Going to read '/export/home/fly1232/var/cpan/Metadata' Database was generated on Tue, 19 Feb 2013 01:06:58 GMT Running make for O/OV/OVID/aliased-0.31.tar.gz Checksum for /net/nas/data/cpan/authors/id/O/OV/OVID/aliased-0.31.tar.gz ok aliased-0.31 aliased-0.31/Build.PL aliased-0.31/Changes aliased-0.31/Makefile.PL aliased-0.31/MANIFEST aliased-0.31/META.json aliased-0.31/META.yml aliased-0.31/README aliased-0.31/lib aliased-0.31/lib/aliased.pm aliased-0.31/t aliased-0.31/t/aliased.t aliased-0.31/t/export.t aliased-0.31/t/import.t aliased-0.31/t/prefix.t aliased-0.31/t/sigdie.t aliased-0.31/t/lib aliased-0.31/t/lib/BadSigDie.pm aliased-0.31/t/lib/HasSigDie.pm aliased-0.31/t/lib/NoSigDie.pm aliased-0.31/t/lib/Really aliased-0.31/t/lib/Really/Long aliased-0.31/t/lib/Really/Long/Name.pm aliased-0.31/t/lib/Really/Long/PackageName.pm aliased-0.31/t/lib/Really/Long/Module aliased-0.31/t/lib/Really/Long/Module/Name.pm aliased-0.31/t/lib/Really/Long/Module/Conflicting aliased-0.31/t/lib/Really/Long/Module/Conflicting/Name.pm aliased-0.31/xt aliased-0.31/xt/author aliased-0.31/xt/author/pod-coverage.t aliased-0.31/xt/author/pod.t CPAN.pm: Going to build O/OV/OVID/aliased-0.31.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(0x2e5718)') called at /export/home/fly1232/var/megalib/ExtUtils/MakeMaker.pm line 690 ExtUtils::MakeMaker::new('MM', 'PACK001=HASH(0x2e5718)') called at /export/home/fly1232/var/megalib/ExtUtils/MakeMaker.pm line 60 ExtUtils::MakeMaker::WriteMakefile('NAME', 'aliased', 'VERSION_FROM', 'lib/aliased.pm', 'PREREQ_PM', 'HASH(0x17cec8)', 'INSTALLDIRS', 'site', 'EXE_FILES', ...) called at Makefile.PL line 3 Writing Makefile for aliased Writing MYMETA.yml and MYMETA.json >>> make cp lib/aliased.pm blib/lib/aliased.pm Manifying blib/man3/aliased.3 OVID/aliased-0.31.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 # Failed test '... and it should have an appropriate error message' # at t/aliased.t line 22. # 'No/Such/Module.pm did not return a true value at (eval 14) line 1. # BEGIN failed--compilation aborted at (eval 14) line 1. # at (eval 13) line 2. # BEGIN failed--compilation aborted at (eval 13) line 2. # ' # doesn't match '(?-xism:Can't locate No/Such/Module.pm in \@INC)' # Looks like you failed 1 test of 18. t/aliased.t .. 1..18 ok 1 - require aliased; ok 2 - ... and exported functions should not (yet) be in our namespace ok 3 - aliased() should not be exported by default ok 4 - ... trying to use aliased without a package name should not fail ok 5 - main->can('alias') ok 6 - Trying to use aliased with a module it cannot load should fail not ok 7 - ... and it should have an appropriate error message ok 8 - ... and the object it returns isa Really::Long::Module::Name ok 9 - ... and import items should be handled correctly ok 10 - ... and exhibit the correct behavior ok 11 - We should be able to alias to different packages, even though that is really stupid ok 12 - ... and the object returned isa Really::Long::Module::Conflicting::Name ok 13 - We should be able to pass an array ref as an import list ok 14 - ... and it should behave as expected ok 15 - ... and it should behave as expected ok 16 - ... and it should behave as expected ok 17 - ... a short alias works in a package isa Really::Long::Module::Name ok 18 - ... a long alias works in a package isa Really::Long::Module::Name Dubious, test returned 1 (wstat 256, 0x100) Failed 1/18 subtests t/export.t ... ok 1 - installed symbol was compiled in the aliased package 1..1 ok t/import.t ... 1..5 ok 1 - use aliased; ok 2 - alias() should be imported into our namespace ok 3 - aliasing to a scalar should succeed ok 4 - ... and it should return the correct results ok 5 - ... and it should still allow importing ok t/prefix.t ... 1..6 ok 1 - prefix() should be in our namespace if we ask for it ok 2 - alias() should be in our namespace if we ask for it ok 3 - Calling prefix should succeed ok 4 - ... returning a code ref ok 5 - ... and called directly, returns the correct class ok 6 - ... and if called with a subpackage name, should also return the correct class ok t/sigdie.t ... 1..9 ok 1 - $SIG{__DIE__} handlers should not be destroyed ok 2 - ... and should behave as expected ok 3 - A bad load should not break $SIG{__DIE__} handlers ok 4 - ... and they should retain their value ok 5 - Loading code without sigdie handlers should succeed ok 6 - ... and the sigdie handlers should retain their value ok 7 - Loading code without sigdie handlers should succeed ok 8 - New $SIG{__DIE__} handlers should be loaded ok 9 - ... and should behave as expected ok Test Summary Report ------------------- t/aliased.t (Wstat: 256 Tests: 18 Failed: 1) Failed test: 7 Non-zero exit status: 1 Files=5, Tests=39, 1 wallclock secs ( 0.13 usr 0.03 sys + 0.47 cusr 0.10 csys = 0.73 CPU) Result: FAIL Failed 1/5 test programs. 1/39 subtests failed. make: *** [test_dynamic] Error 255 OVID/aliased-0.31.tar.gz make test TEST_VERBOSE=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports OVID/aliased-0.31.tar.gz Finished 2013-02-18T18:09:22