Start 2009-06-14T14:04:02 ActivePerl-1003 CPAN-1.94 Going to read '/home/cpanfly/var/cpan/Metadata' Database was generated on Sun, 14 Jun 2009 08:27:34 GMT Running make for T/TI/TIMB/Apache-Status-DBI-1.012.tar.gz Checksum for /net/nas/data/cpan/authors/id/T/TI/TIMB/Apache-Status-DBI-1.012.tar.gz ok Apache-Status-DBI-1.012/ Apache-Status-DBI-1.012/Changes Apache-Status-DBI-1.012/lib/ Apache-Status-DBI-1.012/lib/Apache/ Apache-Status-DBI-1.012/lib/Apache/Status/ Apache-Status-DBI-1.012/lib/Apache/Status/DBI.pm Apache-Status-DBI-1.012/Makefile.PL Apache-Status-DBI-1.012/MANIFEST Apache-Status-DBI-1.012/META.yml Apache-Status-DBI-1.012/README Apache-Status-DBI-1.012/t/ Apache-Status-DBI-1.012/t/00.load.t Apache-Status-DBI-1.012/t/perlcritic.t Apache-Status-DBI-1.012/t/pod-coverage.t Apache-Status-DBI-1.012/t/pod.t CPAN.pm: Going to build T/TI/TIMB/Apache-Status-DBI-1.012.tar.gz >>> /home/cpanfly/ap1003/bin/perl-static Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Apache::Status::DBI >>> make cp lib/Apache/Status/DBI.pm blib/lib/Apache/Status/DBI.pm Manifying blib/man3/Apache::Status::DBI.3 TIMB/Apache-Status-DBI-1.012.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /home/cpanfly/ap1003/bin/perl-static "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t # Failed test 'use Apache::Status::DBI;' # at t/00.load.t line 4. # Tried to use 'Apache::Status::DBI'. # Error: Can't locate Apache.pm in @INC (@INC contains: /home/cpanfly/var/cpan/build/Apache-Status-DBI-1.012-4bbOAE/blib/lib /home/cpanfly/var/cpan/build/Apache-Status-DBI-1.012-4bbOAE/blib/arch /home/cpanfly/var/megalib /home/cpanfly/var/megalib /home/cpanfly/ap1003/site/lib /home/cpanfly/ap1003/lib .) at /home/cpanfly/var/cpan/build/Apache-Status-DBI-1.012-4bbOAE/blib/lib/Apache/Status/DBI.pm line 30. # BEGIN failed--compilation aborted at /home/cpanfly/var/cpan/build/Apache-Status-DBI-1.012-4bbOAE/blib/lib/Apache/Status/DBI.pm line 34. # Compilation failed in require at (eval 4) line 2. # BEGIN failed--compilation aborted at (eval 4) line 2. Use of uninitialized value $Apache::Status::DBI::VERSION in concatenation (.) or string at t/00.load.t line 7. # Testing Apache::Status::DBI # Looks like you failed 1 test of 1. t/00.load.t ....... 1..1 not ok 1 - use Apache::Status::DBI; Dubious, test returned 1 (wstat 256, 0x100) Failed 1/1 subtests # Failed test 'Test::Perl::Critic for "blib/lib/Apache/Status/DBI.pm"' # at /home/cpanfly/var/megalib/Test/Perl/Critic.pm line 99. # # Perl::Critic found these violations in "blib/lib/Apache/Status/DBI.pm": # Private Member Data shouldn't be accessed directly at line 78, column 43. 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 81, column 45. 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 81, column 68. 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 83, 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 83, column 52. 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 98, column 16. 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 99, column 39. 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 111, column 85. 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 112, 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 112, column 57. 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 122, column 27. 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 124, column 42. 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 125, column 31. 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 128, column 44. 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 130, column 50. 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 134, column 42. 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 144, 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 144, column 64. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5) # Looks like you failed 1 test of 1. t/perlcritic.t .... 1..1 not ok 1 - Test::Perl::Critic for "blib/lib/Apache/Status/DBI.pm" Dubious, test returned 1 (wstat 256, 0x100) Failed 1/1 subtests t/pod-coverage.t .. 1..1 ok 1 - Pod coverage on Apache::Status::DBI ok t/pod.t ........... 1..1 ok 1 - blib/lib/Apache/Status/DBI.pm ok Test Summary Report ------------------- t/00.load.t (Wstat: 256 Tests: 1 Failed: 1) Failed test: 1 Non-zero exit status: 1 t/perlcritic.t (Wstat: 256 Tests: 1 Failed: 1) Failed test: 1 Non-zero exit status: 1 Files=4, Tests=4, 2 wallclock secs ( 0.01 usr 0.02 sys + 0.65 cusr 0.83 csys = 1.51 CPU) Result: FAIL Failed 2/4 test programs. 2/4 subtests failed. make: *** [test_dynamic] Error 255 TIMB/Apache-Status-DBI-1.012.tar.gz make test TEST_VERBOSE=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports TIMB/Apache-Status-DBI-1.012.tar.gz Finished 2009-06-14T14:04:06