PATH=C:\Program Files\Microsoft Platform SDK\Bin;C:\Program Files\Microsoft Platform SDK\Bin\WinNT;C:\Program Files\Microsoft Visual Studio\VC98\Bin;C:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin;C:\Perl-5.8\site\bin;C:\Perl-5.8\bin;C:\cygwin\bin;C:\Program Files\Perforce;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\mysql\bin Start 2011-08-07T07:31:11 ActivePerl-825 CPAN-1.9402 LIB=C:\PROGRA~1\MICROS~3\VC98\Lib\PSDK;C:\PROGRA~1\MICROS~2\Lib;C:\PROGRA~1\MICROS~3\VC98\Lib;C:\PROGRA~1\MICROS~3\VC98\MFC\Lib INCLUDE=C:\PROGRA~1\MICROS~2\Include;C:\PROGRA~1\MICROS~3\VC98\ATL\Include;C:\PROGRA~1\MICROS~3\VC98\Include;C:\PROGRA~1\MICROS~3\VC98\MFC\Include PATH=C:/CPANFL~1.8/var/libs/bin;C:\PROGRA~1\MICROS~2\Bin;C:\PROGRA~1\MICROS~2\Bin\WinNT;C:\PROGRA~1\MICROS~3\VC98\Bin;C:\PROGRA~1\MICROS~3\Common\MSDev98\Bin;C:\Perl-5.8\site\bin;C:\Perl-5.8\bin;C:\cygwin\bin;C:\PROGRA~1\Perforce;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WINDOW~2\v1.0;C:\WINDOWS\system32\WINDOW~2\v1.0;C:\mysql\bin Going to read 'C:\cpanfly-5.8\var\cpan\Metadata' Database was generated on Sat, 06 Aug 2011 18:27:15 GMT Running make for T/TI/TIMB/Apache-Status-DBI-1.012.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/T/TI/TIMB/Apache-Status-DBI-1.012.tar.gz Checksum for C:\cpanfly-5.8\var\cpan\sources\authors\id\T\TI\TIMB\Apache-Status-DBI-1.012.tar.gz ok Will not use Archive::Tar, need 1.00 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 >>> C:\Perl-5.8\bin\perl.exe Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Apache::Status::DBI >>> nmake Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. cp lib/Apache/Status/DBI.pm blib\lib\Apache\Status\DBI.pm TIMB/Apache-Status-DBI-1.012.tar.gz nmake -- OK Running make test >>> nmake test TEST_VERBOSE=1 Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. C:\Perl-5.8\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib\lib', 'blib\arch')" t/*.t # Testing Apache::Status::DBI 1.012 t/00.load.t ....... 1..1 ok 1 - use Apache::Status::DBI; ok # Failed test 'Test::Perl::Critic for "blib\lib\Apache\Status\DBI.pm"' # at C:/cpanfly-5.8/var/megalib/Test/Perl/Critic.pm line 110. # # Perl::Critic found these violations in "blib\lib\Apache\Status\DBI.pm": # Modules have to return a true value ("1;") at line 1, column 1. Use "1;" as the last statement of the module. (Severity: 5) # Use of "require" is not allowed at line 15, column 18. Use Require() method of MainObject instead. (Severity: 5) # Use of "require" is not allowed at line 19, column 9. Use Require() method of MainObject instead. (Severity: 5) # Use of "require" is not allowed at line 20, column 9. Use Require() method of MainObject instead. (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 21, column 9. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 22, column 16. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 23, column 13. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 24, column 13. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 25, column 13. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 26, column 20. (no explanation). (Severity: 5) # Use of "require" is not allowed at line 30, column 9. Use Require() method of MainObject instead. (Severity: 5) # Use of "require" is not allowed at line 31, column 9. Use Require() method of MainObject instead. (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 36, column 4. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 37, column 38. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 39, column 4. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 41, column 5. (no explanation). (Severity: 5) # Use of low precedence operators is not allowed at line 44, column 8. Replace low precedence operators with the high precedence substitutes. (Severity: 5) # Use of low precedence operators is not allowed at line 45, column 8. Replace low precedence operators with the high precedence substitutes. (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 46, column 8. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 48, column 5. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 49, column 17. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 49, column 23. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 49, column 42. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 50, column 9. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 50, column 41. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 50, column 50. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 67, column 1. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 68, column 8. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 68, column 12. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 69, column 8. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 73, column 8. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 74, column 10. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 74, column 62. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 74, column 88. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 76, column 17. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 76, column 26. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 76, column 37. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 78, column 12. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 78, column 43. (no explanation). (Severity: 5) # 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) # Variable, subroutine, and package names have to be in CamelCase at line 80, column 14. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 81, column 20. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 81, column 45. (no explanation). (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) # Variable, subroutine, and package names have to be in CamelCase at line 81, column 68. (no explanation). (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) # Variable, subroutine, and package names have to be in CamelCase at line 83, column 9. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 83, column 29. (no explanation). (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) # Variable, subroutine, and package names have to be in CamelCase at line 83, column 52. (no explanation). (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) # Variable, subroutine, and package names have to be in CamelCase at line 83, column 72. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 84, column 14. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 84, column 55. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 87, column 10. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 88, column 10. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 89, column 10. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 90, column 13. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 95, column 1. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 96, column 9. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 96, column 13. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 97, column 8. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 97, column 24. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 98, column 8. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 98, column 16. (no explanation). (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) # Variable, subroutine, and package names have to be in CamelCase at line 99, column 8. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 99, column 39. (no explanation). (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) # Variable, subroutine, and package names have to be in CamelCase at line 100, column 8. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 104, column 8. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 107, column 8. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 109, column 8. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 110, column 9. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 111, column 14. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 111, column 85. (no explanation). (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) # Variable, subroutine, and package names have to be in CamelCase at line 111, column 97. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 112, column 9. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 112, column 29. (no explanation). (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) # Variable, subroutine, and package names have to be in CamelCase at line 112, column 57. (no explanation). (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) # Variable, subroutine, and package names have to be in CamelCase at line 112, column 82. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 113, column 14. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 114, column 14. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 117, column 14. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 117, column 75. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 118, column 14. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 121, column 10. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 121, column 44. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 122, column 27. (no explanation). (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) # Variable, subroutine, and package names have to be in CamelCase at line 122, column 38. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 123, column 10. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 123, column 44. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 124, column 42. (no explanation). (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) # Variable, subroutine, and package names have to be in CamelCase at line 124, column 54. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 125, column 12. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 125, column 31. (no explanation). (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) # Variable, subroutine, and package names have to be in CamelCase at line 126, column 9. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 127, column 14. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 127, column 54. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 127, column 60. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 128, column 27. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 128, column 44. (no explanation). (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) # Variable, subroutine, and package names have to be in CamelCase at line 129, column 14. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 129, column 49. (no explanation). (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) # Variable, subroutine, and package names have to be in CamelCase at line 133, column 10. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 133, column 44. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 134, column 42. (no explanation). (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) # Variable, subroutine, and package names have to be in CamelCase at line 134, column 54. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 135, column 12. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 136, column 10. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 136, column 38. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 136, column 44. (no explanation). (Severity: 5) # Method invokation should use "()" at line 136, column 46. Use "->MethodName()" instead of "->MethodName". (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 137, column 12. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 137, column 29. (no explanation). (Severity: 5) # Method invokation should use "()" at line 137, column 31. Use "->MethodName()" instead of "->MethodName". (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 138, column 21. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 138, column 28. (no explanation). (Severity: 5) # Method invokation should use "()" at line 138, column 30. Use "->MethodName()" instead of "->MethodName". (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 139, column 14. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 139, column 42. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 140, column 14. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 140, column 38. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 141, column 13. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 141, column 31. (no explanation). (Severity: 5) # Method invokation should use "()" at line 141, column 33. Use "->MethodName()" instead of "->MethodName". (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 143, column 10. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 144, column 16. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 144, column 41. (no explanation). (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) # Variable, subroutine, and package names have to be in CamelCase at line 144, column 64. (no explanation). (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) # Variable, subroutine, and package names have to be in CamelCase at line 145, column 12. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 146, column 10. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 148, column 10. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 148, column 50. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 148, column 64. (no explanation). (Severity: 5) # Variable, subroutine, and package names have to be in CamelCase at line 150, column 12. (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\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 - POD test for blib\lib\Apache\Status\DBI.pm ok Test Summary Report ------------------- 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.02 usr + 0.00 sys = 0.02 CPU) Result: FAIL Failed 1/4 test programs. 1/4 subtests failed. NMAKE : fatal error U1077: 'C:\Perl-5.8\bin\perl.exe' : return code '0xff' Stop. TIMB/Apache-Status-DBI-1.012.tar.gz nmake 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 2011-08-07T07:31:20