PATH=/usr/bin:/bin:/Users/fly2200/cpanfly-5.22/var/megalib/bin Start 2017-06-03T01:08:27 ActivePerl-2200 CPAN-2.10 Reading '/Users/fly2200/cpanfly-5.22/var/cpan/Metadata' Database was generated on Fri, 02 Jun 2017 05:41:02 GMT Checksum for /Users/fly2200/cpanfly-5.22/var/cpan/sources/authors/id/M/MO/MONS/constant-def-0.01.tar.gz ok constant-def-0.01/ constant-def-0.01/lib/ constant-def-0.01/lib/constant/ constant-def-0.01/lib/constant/def.pm constant-def-0.01/lib/constant/abs.pm constant-def-0.01/Changes constant-def-0.01/README constant-def-0.01/.cvsignore constant-def-0.01/inc/ constant-def-0.01/inc/Module/ constant-def-0.01/inc/Module/AutoInstall.pm constant-def-0.01/inc/Module/Install.pm constant-def-0.01/inc/Module/Install/ constant-def-0.01/inc/Module/Install/Makefile.pm constant-def-0.01/inc/Module/Install/AutoInstall.pm constant-def-0.01/inc/Module/Install/Win32.pm constant-def-0.01/inc/Module/Install/Include.pm constant-def-0.01/inc/Module/Install/Can.pm constant-def-0.01/inc/Module/Install/Metadata.pm constant-def-0.01/inc/Module/Install/Base.pm constant-def-0.01/inc/Module/Install/WriteAll.pm constant-def-0.01/inc/Module/Install/Fetch.pm constant-def-0.01/examples/ constant-def-0.01/examples/tdebug.pm constant-def-0.01/examples/default.pl constant-def-0.01/examples/tnodebug.pm constant-def-0.01/examples/devel.pl constant-def-0.01/examples/production.pl constant-def-0.01/makeall.sh constant-def-0.01/META.yml constant-def-0.01/Makefile.PL constant-def-0.01/MANIFEST constant-def-0.01/t/ constant-def-0.01/t/pod.t constant-def-0.01/t/01-check.t constant-def-0.01/t/pod-coverage.t constant-def-0.01/t/00-load.t constant-def-0.01/t/99-kwalitee.t Configuring M/MO/MONS/constant-def-0.01.tar.gz with Makefile.PL >>> /Users/fly2200/ap2200-299195/bin/perl-dynamic Makefile.PL Cannot determine perl version info from lib/constant/def.pm *** Module::AutoInstall version 1.03 *** Checking for Perl dependencies... [Core Features] - Test::More ...loaded. (1.001014) - ex::lib ...loaded. (0.90 >= 0.03) - constant ...loaded. (1.33 >= 1.05) *** Module::AutoInstall configuration finished. Checking if your kit is complete... Looks good Have /Users/fly2200/cpanfly-5.22/var/megalib Want /Users/fly2200/ap2200-299195/lib Your perl and your Config.pm seem to have different ideas about the architecture they are running on. Perl thinks: [megalib] Config says: [darwin-thread-multi-2level] This may or may not cause problems. Please check your installation of perl if you have problems building this extension. Generating a Unix-style Makefile Writing Makefile for constant::def Writing MYMETA.yml and MYMETA.json MONS/constant-def-0.01.tar.gz /Users/fly2200/ap2200-299195/bin/perl-dynamic Makefile.PL -- OK Running make for M/MO/MONS/constant-def-0.01.tar.gz >>> make cp lib/constant/def.pm blib/lib/constant/def.pm cp lib/constant/abs.pm blib/lib/constant/abs.pm Manifying 2 pod documents MONS/constant-def-0.01.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 "/Users/fly2200/ap2200-299195/bin/perl-dynamic" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'inc', 'blib/lib', 'blib/arch')" t/00-load.t t/01-check.t t/99-kwalitee.t t/pod-coverage.t t/pod.t # Testing constant::def 0.01, Perl 5.022000, /Users/fly2200/ap2200-299195/bin/perl-dynamic t/00-load.t ....... 1..2 ok 1 - use constant::def; ok 2 - use constant::abs; ok t/01-check.t ...... 1..6 ok 1 - undef name acts like constant ok 2 - bad name acts like constant ok 3 - TEST is set by abs ok 4 - DEBUG is set by abs ok 5 - DEF is set by def ok 6 - no warnings ok These tests should not be running unless AUTHOR_TESTING=1 and/or RELEASE_TESTING=1! # Failed test 'no_broken_auto_install' # at t/99-kwalitee.t line 8. # Error: This distribution uses an old version of Module::Install. Versions of Module::Install prior to 0.89 do not detect correcty that CPAN/CPANPLUS shell is used. # Details: # This distribution uses obsolete Module::Install version 0.79 # Remedy: Upgrade the bundled version of Module::Install to at least 0.89, but preferably to the most current release. Alternatively, you can switch to another build system / installer that does not suffer from this problem. (ExtUtils::MakeMaker, Module::Build both of which have their own set of problems.) # Looks like you failed 1 test of 17. t/99-kwalitee.t ... ok 1 - meta_json_conforms_to_known_spec ok 2 - meta_json_is_parsable ok 3 - meta_yml_conforms_to_known_spec ok 4 - meta_yml_is_parsable ok 5 - has_buildtool ok 6 - has_changelog ok 7 - has_manifest ok 8 - has_meta_yml ok 9 - has_readme ok 10 - has_tests ok 11 - no_symlinks not ok 12 - no_broken_auto_install ok 13 - no_broken_module_install ok 14 - has_human_readable_license ok 15 - has_license_in_source_file ok 16 - has_abstract_in_pod ok 17 - use_strict 1..17 Dubious, test returned 1 (wstat 256, 0x100) Failed 1/17 subtests t/pod-coverage.t .. 1..1 ok 1 - No POD tests required - no export ok t/pod.t ........... 1..2 ok 1 - POD test for /Users/fly2200/cpanfly-5.22/var/tmp/cpan_build/constant-def-0.01-QixgV4/lib/constant/abs.pm ok 2 - POD test for /Users/fly2200/cpanfly-5.22/var/tmp/cpan_build/constant-def-0.01-QixgV4/lib/constant/def.pm ok Test Summary Report ------------------- t/99-kwalitee.t (Wstat: 256 Tests: 17 Failed: 1) Failed test: 12 Non-zero exit status: 1 Files=5, Tests=28, 0 wallclock secs ( 0.02 usr 0.01 sys + 0.39 cusr 0.06 csys = 0.48 CPU) Result: FAIL Failed 1/5 test programs. 1/28 subtests failed. make: *** [test_dynamic] Error 255 MONS/constant-def-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/constant-def-0.01.tar.gz Finished 2017-06-03T01:08:29