PATH=/opt/SUNWspro/bin:/usr/local/bin:/opt/csw/bin:/usr/ccs/bin:/usr/bin:/usr/sbin Start 2012-09-15T06:23:07 ActivePerl-1205 CPAN-1.9402 Going to read '/export/home/fly1232/var/cpan/Metadata' Database was generated on Sat, 15 Sep 2012 09:07:03 GMT Running make for D/DM/DMUEY/UNIVERSAL-cant-v0.0.1.tar.gz Checksum for /net/nas/data/cpan/authors/id/D/DM/DMUEY/UNIVERSAL-cant-v0.0.1.tar.gz ok UNIVERSAL-cant-v0.0.1/ UNIVERSAL-cant-v0.0.1/Build.PL UNIVERSAL-cant-v0.0.1/Changes UNIVERSAL-cant-v0.0.1/lib/ UNIVERSAL-cant-v0.0.1/lib/UNIVERSAL/ UNIVERSAL-cant-v0.0.1/lib/UNIVERSAL/cant.pm UNIVERSAL-cant-v0.0.1/Makefile.PL UNIVERSAL-cant-v0.0.1/MANIFEST UNIVERSAL-cant-v0.0.1/META.yml UNIVERSAL-cant-v0.0.1/README UNIVERSAL-cant-v0.0.1/t/ UNIVERSAL-cant-v0.0.1/t/00.load.t UNIVERSAL-cant-v0.0.1/t/01.methods.t UNIVERSAL-cant-v0.0.1/t/perlcritic.t UNIVERSAL-cant-v0.0.1/t/pod-coverage.t UNIVERSAL-cant-v0.0.1/t/pod.t CPAN.pm: Going to build D/DM/DMUEY/UNIVERSAL-cant-v0.0.1.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(0x2e4518)') called at /export/home/fly1232/var/megalib/ExtUtils/MakeMaker.pm line 690 ExtUtils::MakeMaker::new('MM', 'PACK001=HASH(0x2e4518)') called at /export/home/fly1232/var/megalib/ExtUtils/MakeMaker.pm line 60 ExtUtils::MakeMaker::WriteMakefile('NAME', 'UNIVERSAL::cant', 'AUTHOR', 'Daniel Muey ', 'VERSION_FROM', 'lib/UNIVERSAL/cant.pm', 'ABSTRACT_FROM', 'lib/UNIVERSAL/cant.pm', 'PL_FILES', ...) called at Makefile.PL line 5 Writing Makefile for UNIVERSAL::cant Writing MYMETA.yml and MYMETA.json >>> make cp lib/UNIVERSAL/cant.pm blib/lib/UNIVERSAL/cant.pm Manifying blib/man3/UNIVERSAL::cant.3 DMUEY/UNIVERSAL-cant-v0.0.1.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::cant 0.0.1 t/00.load.t ....... 1..1 ok 1 - use UNIVERSAL::cant; ok # Testing cant 0.0.1 mthods t/01.methods.t .... 1..13 ok 1 - use UNIVERSAL::cant; ok 2 - Bare name space valid ok 3 - Bare name space invalid ok 4 - Var name space valid ok 5 - Var name space invalid ok 6 - Obj valid ok 7 - Obj invalid ok 8 - apostrophy Bare name space valid ok 9 - apostrophy Bare name space invalid ok 10 - apostrophy Var name space valid ok 11 - apostrophy Var name space invalid ok 12 - apostrophy Obj valid ok 13 - apostrophy Obj invalid ok # Failed test 'Test::Perl::Critic for "blib/lib/UNIVERSAL/cant.pm"' # at /export/home/fly1232/var/megalib/Test/Perl/Critic.pm line 110. # # Perl::Critic found these violations in "blib/lib/UNIVERSAL/cant.pm": # Variable, subroutine, and package names have to be in CamelCase at line 13, column 1. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 14, column 6. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 14, column 12. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 15, column 15. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 15, column 26. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 19, column 1. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 20, column 7. (no explanation). (Severity: 5) # Looks like you failed 1 test of 1. t/perlcritic.t .... 1..1 not ok 1 - Test::Perl::Critic for "blib/lib/UNIVERSAL/cant.pm" Dubious, test returned 1 (wstat 256, 0x100) Failed 1/1 subtests t/pod-coverage.t .. 1..1 ok 1 - Pod coverage on UNIVERSAL::cant ok t/pod.t ........... 1..1 ok 1 - POD test for blib/lib/UNIVERSAL/cant.pm ok Test Summary Report ------------------- t/perlcritic.t (Wstat: 256 Tests: 1 Failed: 1) Failed test: 1 Non-zero exit status: 1 Files=5, Tests=17, 6 wallclock secs ( 0.07 usr 0.10 sys + 5.33 cusr 0.37 csys = 5.87 CPU) Result: FAIL Failed 1/5 test programs. 1/17 subtests failed. make: *** [test_dynamic] Error 255 DMUEY/UNIVERSAL-cant-v0.0.1.tar.gz make test TEST_VERBOSE=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports DMUEY/UNIVERSAL-cant-v0.0.1.tar.gz Finished 2012-09-15T06:23:22