PATH=/opt/SUNWspro/bin:/usr/local/bin:/opt/csw/bin:/usr/ccs/bin:/usr/bin:/usr/sbin Start 2012-09-11T13:54:28 ActivePerl-1205 CPAN-1.9402 Going to read '/export/home/fly1232/var/cpan/Metadata' Database was generated on Tue, 11 Sep 2012 20:14:27 GMT Running make for M/MO/MONS/Test-Dist-0.01.tar.gz Checksum for /net/nas/data/cpan/authors/id/M/MO/MONS/Test-Dist-0.01.tar.gz ok Test-Dist-0.01/ Test-Dist-0.01/inc/ Test-Dist-0.01/Changes Test-Dist-0.01/lib/ Test-Dist-0.01/MANIFEST Test-Dist-0.01/MANIFEST.SKIP Test-Dist-0.01/META.yml Test-Dist-0.01/ex/ Test-Dist-0.01/t/ Test-Dist-0.01/.cvsignore Test-Dist-0.01/README Test-Dist-0.01/LICENSE Test-Dist-0.01/Makefile.PL Test-Dist-0.01/t/pod-coverage.t Test-Dist-0.01/t/00-load.t Test-Dist-0.01/t/01-all.t Test-Dist-0.01/t/pod.t Test-Dist-0.01/ex/99-dist.t Test-Dist-0.01/lib/Test/ Test-Dist-0.01/lib/Test/Dist/ Test-Dist-0.01/lib/Test/Dist.pm Test-Dist-0.01/lib/Test/Dist/Manifest.pm Test-Dist-0.01/inc/Module/ Test-Dist-0.01/inc/Module/Install.pm Test-Dist-0.01/inc/Module/Install/ Test-Dist-0.01/inc/Module/AutoInstall.pm Test-Dist-0.01/inc/Module/Install/AutoInstall.pm Test-Dist-0.01/inc/Module/Install/Fetch.pm Test-Dist-0.01/inc/Module/Install/Makefile.pm Test-Dist-0.01/inc/Module/Install/Include.pm Test-Dist-0.01/inc/Module/Install/Base.pm Test-Dist-0.01/inc/Module/Install/Metadata.pm Test-Dist-0.01/inc/Module/Install/Can.pm Test-Dist-0.01/inc/Module/Install/WriteAll.pm Test-Dist-0.01/inc/Module/Install/Win32.pm CPAN.pm: Going to build M/MO/MONS/Test-Dist-0.01.tar.gz >>> /export/home/fly1232/bin/perl Makefile.PL *** Module::AutoInstall version 1.03 *** Checking for Perl dependencies... *** Since we're running under CPAN, I'll just let it take care of the dependency's installation later. [Core Features] - Test::More ...loaded. (0.98) - Test::If ...loaded. (0.01) - Test::NoWarnings ...loaded. (1.04) - lib::abs ...loaded. (0.92 >= 0.90) - ExtUtils::MakeMaker ...loaded. (6.62) - ExtUtils::Manifest ...loaded. (1.61) - Array::Diff ...loaded. (0.07) - Module::CPANTS::Analyse ...missing. *** Module::AutoInstall configuration finished. Checking if your kit is complete... Looks good Writing Makefile for Test::Dist Writing MYMETA.yml and MYMETA.json >>> make cp lib/Test/Dist.pm blib/lib/Test/Dist.pm cp lib/Test/Dist/Manifest.pm blib/lib/Test/Dist/Manifest.pm Manifying blib/man3/Test::Dist.3 Manifying blib/man3/Test::Dist::Manifest.3 MONS/Test-Dist-0.01.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, 'inc', 'blib/lib', 'blib/arch')" t/00-load.t t/01-all.t t/pod-coverage.t t/pod.t # Testing Test::Dist 0.01, Perl 5.012004, /export/home/fly1232/bin/perl t/00-load.t ....... 1..2 ok 1 - use Test::Dist; ok 2 - no warnings ok # Failed test 'manifest_matches_dist (from: Test::Dist::Manifest)' # at /export/home/fly1232/var/cpan/build/Test-Dist-0.01-G84xXE/lib/Test/Dist.pm line 460. # MANIFEST does not match the contents of this distribution. See 'error_manifest_matches_dist' in the dist view for more info. # Use a buildtool to generate the MANIFEST. Or update MANIFEST manually. # MANIFEST (26) does not match dist (28): # Missing in MANIFEST: MYMETA.json, MYMETA.yml # Missing in Dist: # Looks like you failed 1 test of 43. t/01-all.t ........ 1..43 ok 1 - has_readme ok 2 - has_manifest ok 3 - has_meta_yml ok 4 - has_buildtool ok 5 - has_changelog ok 6 - no_symlinks ok 7 - has_tests ok 8 - has_tests_in_t_dir ok 9 - buildtool_not_executable ok 10 - has_example ok 11 - no_stdin_for_prompting ok 12 - no_large_files # TODO Experimental metric ok 13 - metayml_is_parsable ok 14 - metayml_has_license ok 15 - metayml_has_provides ok 16 - metayml_conforms_to_known_spec ok 17 - metayml_conforms_spec_current ok 18 - metayml_declares_perl_version ok 19 - proper_libs ok 20 - no_pod_errors ok 21 - has_working_buildtool ok 22 - use_strict ok 23 - use_warnings ok 24 - has_test_pod ok 25 - has_test_pod_coverage ok 26 - uses_test_nowarnings ok 27 - has_version_in_each_file ok 28 - has_humanreadable_license ok 29 - has_separate_license_file ok 30 - has_license_in_source_file # TODO Experimental metric not ok 31 - manifest_matches_dist (from: Test::Dist::Manifest) ok 32 - easily_repackageable # TODO Experimental metric ok 33 - META.yml contains valid YAML ok 34 - META.yml meets specification ok 35 - Check Changes 0.01 ok 36 - Fixme 'lib/Test/Dist.pm' ok 37 - Fixme 'lib/Test/Dist/Manifest.pm' ok 38 - use Test::Dist; ok 39 - use Test::Dist::Manifest; ok 40 - syntax ex/99-dist.t ok 41 - POD coverage on Test::Dist ok 42 - POD coverage on Test::Dist::Manifest ok 43 - no warnings Dubious, test returned 1 (wstat 256, 0x100) Failed 1/43 subtests (3 TODO tests unexpectedly succeeded) t/pod-coverage.t .. skipped: Test condition not met t/pod.t ........... 1..2 ok 1 - POD test for blib/lib/Test/Dist.pm ok 2 - POD test for blib/lib/Test/Dist/Manifest.pm ok Test Summary Report ------------------- t/01-all.t (Wstat: 256 Tests: 43 Failed: 1) Failed test: 31 TODO passed: 12, 30, 32 Non-zero exit status: 1 Files=4, Tests=47, 6 wallclock secs ( 0.12 usr 0.03 sys + 3.62 cusr 0.34 csys = 4.11 CPU) Result: FAIL Failed 1/4 test programs. 1/47 subtests failed. make: *** [test_dynamic] Error 255 MONS/Test-Dist-0.01.tar.gz make test TEST_VERBOSE=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports MONS/Test-Dist-0.01.tar.gz Finished 2012-09-11T13:54:45