Checking if your kit is complete... Looks good Writing Makefile for CGI::Compress::Gzip Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. cp lib/CGI/Compress/Gzip/FileHandle.pm blib\lib\CGI\Compress\Gzip\FileHandle.pm cp lib/CGI/Compress/Gzip.pm blib\lib\CGI\Compress\Gzip.pm Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. C:\cpanrun\build\5-10-0\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib\lib', 'blib\arch')" t/*.t t/gzip............1..56 ok 1 - use CGI::Compress::Gzip; ok 2 - Compress::Zlib double-check ok 3 - IO::Zlib test ok 4 - compressible types ok 5 - compressible types ok 6 - compressible types ok 7 - compressible types ok 8 - compressible types ok 9 - header test - env ok 10 - header test - env ok 11 - header test - env ok 12 - header test - reason ok 13 - header test - override ok 14 - header test - override ok 15 - header test - autoflush ok 16 - header test - type ok 17 - header test - type ok 18 - header test - type ok 19 - header test - type ok 20 - header test - type ok 21 - header test - type ok 22 - header test - encoding ok 23 - header test - encoding ok 24 - header test - encoding ok 25 - header test - status ok 26 - header test - status ok 27 - header test - status ok 28 - header test - status ok 29 - header test - status ok 30 - header test - status ok 31 - header test - other ok 32 - Turn off compression ok 33 - CGI template (header encoding text) # Failed test 'CGI template (body test)' # at t/gzip.t line 267. not ok 34 - CGI template (body test) # got: 'Content-Type: text/html; charset=ISO-8859-1 # # Hello World!' # expected: 'Content-Type: text/html; charset=ISO-8859-1 # # Hello World!' ok 35 - no body (header encoding text) # Failed test 'no body (body test)' # at t/gzip.t line 280. not ok 36 - no body (body test) # got: 'Content-Type: text/html; charset=ISO-8859-1 # # ‹ÿ' # expected: 'Content-Type: text/html; charset=ISO-8859-1 # # ‹ÿ' ok 37 - Gzipped CGI template (header encoding text) not ok 38 - Gzipped CGI template (body test) # Failed test 'Gzipped CGI template (body test)' # at t/gzip.t line 291. # got: 'Content-Type: text/html; charset=ISO-8859-1 # # ‹ÿóHÍÉÉWÏ/ÊIQ£) ' # expected: 'Content-Type: text/html; charset=ISO-8859-1 # # ‹ÿóHÍÉÉWÏ/ÊIQ£) ' ok 39 - Gzipped CGI template with charset (header encoding text) # Failed test 'Gzipped CGI template with charset (body test)' # at t/gzip.t line 304. not ok 40 - Gzipped CGI template with charset (body test) # got: 'Content-Type: text/html; charset=UTF-8 # # ‹ÿóHÍÉÉWÏ/ÊIQ£) ' # expected: 'Content-Type: text/html; charset=UTF-8 # # ‹ÿóHÍÉÉWÏ/ÊIQ£) ' ok 41 - Un-Gzipped with -Type flag (argument processing text) # Failed test 'Un-Gzipped with -Type flag (body test)' # at t/gzip.t line 318. not ok 42 - Un-Gzipped with -Type flag (body test) # got: 'Content-Type: foo/bar # # Hello World!' # expected: 'Content-Type: foo/bar # # Hello World!' ok 43 - CGI redirect (header encoding text) # Failed test 'CGI redirect (body test)' # at t/gzip.t line 332. not ok 44 - CGI redirect (body test) # got: 'Status: 302 Found # Location: http://www.foo.com/ # # ' # expected: 'Status: 302 Found # Location: http://www.foo.com/ # # ' ok 45 - unbuffered CGI (header encoding text) # Failed test 'unbuffered CGI (body test)' # at t/gzip.t line 341. not ok 46 - unbuffered CGI (body test) # got: 'Content-Type: text/html; charset=ISO-8859-1 # # Hello World!' # expected: 'Content-Type: text/html; charset=ISO-8859-1 # # Hello World!' ok 47 - mod_perl simulation (header encoding text) not ok 48 - mod_perl simulation (body test) # Failed test 'mod_perl simulation (body test)' # at t/gzip.t line 351. # got: 'Content-Type: text/html; charset=ISO-8859-1 # # ‹ÿóHÍÉÉWÏ/ÊIQ£) ' # expected: 'Content-Type: text/html; charset=ISO-8859-1 # # ‹ÿóHÍÉÉWÏ/ÊIQ£) ' ok 49 - double header (header encoding text) # Failed test 'double header (body test)' # at t/gzip.t line 361. not ok 50 - double header (body test) # got: 'Content-Type: text/html; charset=ISO-8859-1 # # ‹ÿóHÍÉÉWÏ/ÊIQ£) ' # expected: 'Content-Type: text/html; charset=ISO-8859-1 # # ‹ÿóHÍÉÉWÏ/ÊIQ£) ' ok 51 - filehandle (header encoding text) # Failed test 'filehandle (body test)' # at t/gzip.t line 373. not ok 52 - filehandle (body test) # got: 'Content-Type: text/html; charset=ISO-8859-1 # # ‹ÿóHÍÉÉWÏ/ÊIQ£) ' # expected: 'Content-Type: text/html; charset=ISO-8859-1 # # ‹ÿóHÍÉÉWÏ/ÊIQ£) ' ok 53 # skip Explicit use of filehandles not yet supported ok 54 # skip Explicit use of filehandles not yet supported # Looks like you failed 10 tests of 56. ok 55 # skip Explicit use of filehandles not yet supported ok 56 # skip Explicit use of filehandles not yet supported dubious Test returned status 10 (wstat 2560, 0xa00) DIED. FAILED tests 34, 36, 38, 40, 42, 44, 46, 48, 50, 52 Failed 10/56 tests, 82.14% okay (less 4 skipped tests: 42 okay, 75.00%) t/pod-coverage....1..0 # Skip Optional Test::Pod::Coverage 1.04 not found -- no big deal skipped all skipped: Optional Test::Pod::Coverage 1.04 not found -- no big deal t/pod.............1..2 ok 1 - blib\lib\CGI\Compress\Gzip.pm ok 2 - blib\lib\CGI\Compress\Gzip\FileHandle.pm ok Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/gzip.t 10 2560 56 10 34 36 38 40 42 44 46 48 50 52 1 test and 4 subtests skipped. Failed 1/3 test scripts. 10/58 subtests failed. Files=3, Tests=58, 4 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) Failed 1/3 test programs. 10/58 subtests failed. NMAKE : fatal error U1077: 'C:\cpanrun\build\5-10-0\bin\perl.exe' : return code '0xff' Stop.