Start 2009-07-24T12:46:10 ActivePerl-1003 CPAN-1.9402 Going to read '/home/fly1003/var/cpan/Metadata' Database was generated on Fri, 24 Jul 2009 10:27:27 GMT Running make for L/LU/LUTETIUS/pod2book-0.0.1.tar.gz Checksum for /net/nas/data/cpan/authors/id/L/LU/LUTETIUS/pod2book-0.0.1.tar.gz ok Will not use Archive::Tar, need 1.00 pod2book-0.0.1/ pod2book-0.0.1/t/ pod2book-0.0.1/t/conf/ pod2book-0.0.1/t/conf/test.tex pod2book-0.0.1/t/conf/test.yml pod2book-0.0.1/t/pod.t pod2book-0.0.1/t/perlcritic.t pod2book-0.0.1/t/10configure.t pod2book-0.0.1/t/00.load.t pod2book-0.0.1/t/pod-coverage.t pod2book-0.0.1/bin/ pod2book-0.0.1/bin/pod2book pod2book-0.0.1/inc/ pod2book-0.0.1/inc/Module/ pod2book-0.0.1/inc/Module/Install/ pod2book-0.0.1/inc/Module/Install/Can.pm pod2book-0.0.1/inc/Module/Install/Base.pm pod2book-0.0.1/inc/Module/Install/Win32.pm pod2book-0.0.1/inc/Module/Install/WriteAll.pm pod2book-0.0.1/inc/Module/Install/AutoInstall.pm pod2book-0.0.1/inc/Module/Install/Build.pm pod2book-0.0.1/inc/Module/Install/Makefile.pm pod2book-0.0.1/inc/Module/Install/Scripts.pm pod2book-0.0.1/inc/Module/Install/Fetch.pm pod2book-0.0.1/inc/Module/Install/Include.pm pod2book-0.0.1/inc/Module/Install/Metadata.pm pod2book-0.0.1/inc/Module/Install.pm pod2book-0.0.1/inc/Module/AutoInstall.pm pod2book-0.0.1/lib/ pod2book-0.0.1/lib/Pod/ pod2book-0.0.1/lib/Pod/LaTeX/ pod2book-0.0.1/lib/Pod/LaTeX/Book.pm pod2book-0.0.1/README pod2book-0.0.1/Changes pod2book-0.0.1/Build.PL pod2book-0.0.1/Makefile.PL pod2book-0.0.1/META.yml pod2book-0.0.1/examples/ pod2book-0.0.1/examples/catalyst.yml pod2book-0.0.1/examples/frontmatter.tex pod2book-0.0.1/examples/preamble.tex pod2book-0.0.1/examples/copyright.tex pod2book-0.0.1/MANIFEST CPAN.pm: Going to build L/LU/LUTETIUS/pod2book-0.0.1.tar.gz >>> /home/fly1003/ap1003/bin/perl-static Makefile.PL *** Module::AutoInstall version 1.03 *** Checking for Perl dependencies... [Core Features] - Test::More ...loaded. (0.92) - Carp ...loaded. (1.08) - Pod::LaTeX ...loaded. (0.58 >= 0.58) - Config::Any ...loaded. (0.17) - Params::Validate ...loaded. (0.91) - Perl6::Slurp ...loaded. (0.03) - Pod::ParseUtils ...loaded. (1.36 >= 1.33) - Pod::Find ...loaded. (1.35 >= 1.34) - Getopt::Long ...loaded. (2.38) - Pod::Usage ...loaded. (1.36) *** Module::AutoInstall configuration finished. Checking if your kit is complete... Looks good Writing Makefile for pod2book >>> make cp lib/Pod/LaTeX/Book.pm blib/lib/Pod/LaTeX/Book.pm cp bin/pod2book blib/script/pod2book /home/fly1003/ap1003/bin/perl-static "-Iinc" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/pod2book Manifying blib/man1/pod2book.1 Manifying blib/man3/Pod::LaTeX::Book.3 LUTETIUS/pod2book-0.0.1.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /home/fly1003/ap1003/bin/perl-static "-MExtUtils::Command::MM" "-e" "test_harness(1, 'inc', 'blib/lib', 'blib/arch')" t/00.load.t t/10configure.t t/perlcritic.t t/pod-coverage.t t/pod.t # Testing Pod::LaTeX::Book 0.0.1 t/00.load.t ....... 1..1 ok 1 - use Pod::LaTeX::Book; ok t/10configure.t ... 1..4 ok 1 - Title ok ok 2 - Default date ok 3 - Input: Catalyst::Manual::Intro ok 4 - Output exists. ok # Failed test 'Test::Perl::Critic for "blib/lib/Pod/LaTeX/Book.pm"' # at /home/fly1003/var/megalib/Test/Perl/Critic.pm line 99. # # Perl::Critic found these violations in "blib/lib/Pod/LaTeX/Book.pm": # Private Member Data shouldn't be accessed directly at line 132, column 30. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5) # Private Member Data shouldn't be accessed directly at line 133, column 30. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5) # Private Member Data shouldn't be accessed directly at line 192, column 22. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5) # Private Member Data shouldn't be accessed directly at line 193, column 23. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5) # Private Member Data shouldn't be accessed directly at line 194, column 15. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5) # Private Member Data shouldn't be accessed directly at line 208, column 25. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5) # Private Member Data shouldn't be accessed directly at line 209, column 23. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5) # Private Member Data shouldn't be accessed directly at line 210, column 15. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5) # Private Member Data shouldn't be accessed directly at line 232, column 41. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5) # Private Member Data shouldn't be accessed directly at line 360, column 22. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5) # Private Member Data shouldn't be accessed directly at line 361, column 26. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5) # Private Member Data shouldn't be accessed directly at line 363, column 18. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5) # Private Member Data shouldn't be accessed directly at line 367, column 38. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5) # Private Member Data shouldn't be accessed directly at line 371, column 22. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5) # Private Member Data shouldn't be accessed directly at line 372, column 26. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5) # Private Member Data shouldn't be accessed directly at line 375, column 18. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5) # Private Member Data shouldn't be accessed directly at line 378, column 37. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5) # Private Member Data shouldn't be accessed directly at line 393, column 46. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5) # Private Member Data shouldn't be accessed directly at line 396, column 38. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5) # Private Member Data shouldn't be accessed directly at line 397, column 38. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5) # Private Member Data shouldn't be accessed directly at line 401, column 54. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5) # Private Member Data shouldn't be accessed directly at line 1023, column 35. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5) # Private Member Data shouldn't be accessed directly at line 1025, column 29. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5) # Private Member Data shouldn't be accessed directly at line 1208, column 18. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5) # Private Member Data shouldn't be accessed directly at line 1211, column 46. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5) # Private Member Data shouldn't be accessed directly at line 1228, column 32. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5) # Private Member Data shouldn't be accessed directly at line 1229, column 21. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5) # Private Member Data shouldn't be accessed directly at line 1230, column 46. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5) # Private Member Data shouldn't be accessed directly at line 1231, column 21. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5) # Looks like you failed 1 test of 2. t/perlcritic.t .... 1..2 ok 1 - Test::Perl::Critic for "blib/script/pod2book" not ok 2 - Test::Perl::Critic for "blib/lib/Pod/LaTeX/Book.pm" Dubious, test returned 1 (wstat 256, 0x100) Failed 1/2 subtests t/pod-coverage.t .. 1..1 ok 1 - Pod coverage on Pod::LaTeX::Book ok t/pod.t ........... 1..2 ok 1 - blib/script/pod2book ok 2 - blib/lib/Pod/LaTeX/Book.pm ok Test Summary Report ------------------- t/perlcritic.t (Wstat: 256 Tests: 2 Failed: 1) Failed test: 2 Non-zero exit status: 1 Files=5, Tests=10, 4 wallclock secs ( 0.04 usr 0.02 sys + 3.51 cusr 0.45 csys = 4.02 CPU) Result: FAIL Failed 1/5 test programs. 1/10 subtests failed. make: *** [test_dynamic] Error 255 LUTETIUS/pod2book-0.0.1.tar.gz make test TEST_VERBOSE=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports LUTETIUS/pod2book-0.0.1.tar.gz Finished 2009-07-24T12:46:17