Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. C:\cpanrun-5.8\build\5-8-0\bin\perl.exe Build --makefile_env_macros 1 test t\01_use......................1..4 ok 1 - use IO::File::CompressOnClose; ok 2 - create an instance ok 3 - The object isa IO::File::CompressOnClose ok 4 - use IO::File::CompressOnClose::Zip; ok t\02_basic....................1..2 ok 1 - use IO::File::CompressOnClose; ok 2 - open/print/close a file ok t\03_pod......................1..3 ok 1 - blib\lib\IO\File\CompressOnClose.pm ok 2 - blib\lib\IO\File\CompressOnClose\Gzip.pm ok 3 - blib\lib\IO\File\CompressOnClose\Zip.pm ok t\04_accessors................1..35 ok 1 - use IO::File::CompressOnClose; ok 2 - create a regular file ok 3 - regular file has a non-zero size ok 4 - open a file for read ok 5 - The object isa IO::File::CompressOnClose ok 6 - filename accessor works ok 7 - compress_to not defined ok 8 - set compress_to attribute ok 9 - compress_to defined ok 10 - compress_on_close not set ok 11 - set compress_on_close attribute ok 12 - compress_on_close set ok 13 - set compress_on_close attribute ok 14 - compress_on_close not set ok 15 - set compress_on_close attribute ok 16 - compress_on_close set ok 17 - set compress_on_close attribute ok 18 - delete_after_compress not set ok 19 - clear delete_after_compress attribute ok 20 - delete_after_compress set ok 21 - set delete_after_compress attribute ok 22 - delete_after_compress not set ok 23 - set delete_after_compress attribute ok 24 - compressed not set ok 25 - set compressed attribute ok 26 - compressed set ok 27 - set compressed attribute ok 28 - compressed not set ok 29 - set compressed attribute ok 30 - compressed set ok 31 - compressor set ok 32 - set compressor to a class ok 33 - compressor set to Foo::Bar ok 34 - set compressor to a coderef ok 35 ok t\05_modes....................1..46 ok 1 - use IO::File::CompressOnClose; ok 2 - create a regular file ok 3 - regular file has a non-zero size ok 4 - create an object for read ok 5 - The object isa IO::File::CompressOnClose ok 6 - will not compress a file opened for read ok 7 - create an object for read ok 8 - The object isa IO::File::CompressOnClose ok 9 - will not compress a file opened for read ok 10 - create an object for append ok 11 - The object isa IO::File::CompressOnClose ok 12 - will compress a file opened for append ok 13 - set compress to for file opened for append ok 14 - close file opened for append ok 15 - file 'foo' does not exist ok 16 - file 'foo.archive' exists ok 17 - file 'foo.archive' has non-zero size ok 18 - create an object for write ok 19 - will compress a file opened for write ok 20 - set compress to for file opened for write ok 21 - close file opened for write ok 22 - file 'foo' does not exist ok 23 - file 'foo.archive2' exists ok 24 - file 'foo.archive2' has non-zero size ok 25 - create a regular file ok 26 - regular file has a non-zero size ok 27 - create an object for read ok 28 - The object isa IO::File::CompressOnClose ok 29 - will not compress a file opened for read ok 30 - create an object for append ok 31 - The object isa IO::File::CompressOnClose ok 32 - will compress a file opened for append ok 33 - set compress to for file opened for append ok 34 - close file opened for append ok 35 - file 'foo' does not exist ok 36 - file 'foo.archive' exists ok 37 - file 'foo.archive' has non-zero size ok 38 - create an object for write ok 39 - will compress a file opened for write ok 40 - set compress to for file opened for write ok 41 - close file opened for write ok 42 - file 'foo' does not exist ok 43 - file 'foo.archive2' exists ok 44 - file 'foo.archive2' has non-zero size ok 45 - open with numeric mode ok 46 - open with layers ok t\06_gzip.....................1..7 # Failed test (t\06_gzip.t at line 26) # Tried to use 'IO::File::CompressOnClose::Gzip'. # Error: Can't locate IO/Zlib.pm in @INC (@INC contains: C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\IO-File-CompressOnClose\blib\lib C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\IO-File-CompressOnClose\blib\arch C:/cpanrun-5.8/build/5-8-0/lib C:/cpanrun-5.8/build/5-8-0/site/lib . C:/cpanrun-5.8/build/5-8-0/lib C:/cpanrun-5.8/build/5-8-0/site/lib .) at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\IO-File-CompressOnClose\blib\lib/IO/File/CompressOnClose/Gzip.pm line 32. # BEGIN failed--compilation aborted at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\IO-File-CompressOnClose\blib\lib/IO/File/CompressOnClose/Gzip.pm line 32. # Compilation failed in require at (eval 2) line 2. not ok 1 - use IO::File::CompressOnClose::Gzip; # Failed test (t\06_gzip.t at line 32) # died: Can't locate object method "new" via package "IO::File::CompressOnClose::Gzip" at t\06_gzip.t line 31. not ok 2 - open file for write Can't call method "print" on an undefined value at t\06_gzip.t line 35. # Looks like you planned 7 tests but only ran 2. # Looks like your test died just after 2. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-7 Failed 7/7 tests, 0.00% okay t\07_zip......................1..13 ok 1 - use IO::File::CompressOnClose::Zip; ok 2 - open file for write ok 3 - file 'foo' does not exist ok 4 - file 'foo.zip' exists ok 5 - file 'foo.zip' has non-zero size ok 6 - open archive as zip file ok 7 - contents of archive match ok 8 - open file for write ok 9 - file 'bar' does not exist ok 10 - file 'bar.zip' exists ok 11 - file 'bar.zip' has non-zero size ok 12 - open archive as zip file ok 13 - contents of archive match ok t\08_coderef..................1..7 ok 1 - use IO::File::CompressOnClose; ok 2 - open file for write ok 3 - file 'foo' does not exist ok 4 - file 'foo.reverse' exists ok 5 - file 'foo.reverse' has non-zero size ok 6 - open archive as a plain file ok 7 - contents of file match ok t\09_delete_after_compress....ok 1 - use IO::File::CompressOnClose; ok 2 - create an object for write ok 3 - will compress a file opened for write ok 4 - set compress to for file opened for write ok 5 - close file opened for write ok 6 - file 'foo' does not exist ok 7 - file 'foo.archive' exists ok 8 - file 'foo.archive' has non-zero size ok 9 - create an object for write ok 10 - will compress a file opened for write ok 11 - set compress to for file opened for write ok 12 - turn off deletion after compression ok 13 - will not delete original file ok 14 - close file opened for write ok 15 - file 'foo' still exists ok 16 - file 'foo.archive2' exists ok 17 - file 'foo.archive2' has non-zero size 1..17 ok t\10_subclass.................1..7 ok 1 - use IO::File::CompressOnClose; ok 2 - open file for write ok 3 - set compressor to usable subclass ok 4 - open file for write ok 5 - set compressor to non-subclass of IO::File::CompressOnClose ok 6 - open file for write ok 7 - set compressor to class without a compress method ok t\11_esoteric.................1..5 ok 1 - use IO::File::CompressOnClose; ok 2 - open '>&1 ok 3 - open '+> ok 4 - open '|C:\cpanrun-5.8\build\5-8-0\bin\perl.exe -e exit ok 5 - open 'C:\cpanrun-5.8\build\5-8-0\bin\perl.exe -e exit| ok Failed 1/11 test scripts, 90.91% okay. 7/146 subtests failed, 95.21% okay. Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t\06_gzip.t 255 65280 7 7 100.00% 1-7 NMAKE : fatal error U1077: 'C:\cpanrun-5.8\build\5-8-0\bin\perl.exe' : return code '0xff' Stop.