Checking if your kit is complete... Looks good Writing Makefile for IOLayer::Base64 Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. cp lib/IOLayer/Base64.pm blib\lib\IOLayer\Base64.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/01basic....1..22 ok 1 - use IOLayer::Base64; "my" variable $out masks earlier declaration in same scope at t/01basic.t line 67. "my" variable $in masks earlier declaration in same scope at t/01basic.t line 86. ok 2 - check eol setting first time Unknown PerlIO layer "Via" at t/01basic.t line 33. # Failed test 'opening 't/test.mime' for writing' # at t/01basic.t line 33. print() on closed filehandle $out at t/01basic.t line 38. # Failed test 'print to file' # at t/01basic.t line 38. # Failed test 'closing encoding handle' # at t/01basic.t line 39. # Failed test 'opening without layer' # at t/01basic.t line 45. readline() on closed filehandle $test at t/01basic.t line 46. # Failed test 'check encoded content' # at t/01basic.t line 46. # got: undef # expected: 'VGhpcyBpcyBhIHTpc3QgZm9yIE1JTUUtZW5jb2RlZCAoYmFzZTY0KSB0ZXh0IHRoYXQgaGFzIGjg # cmRseSBhbnkgc3Bl52lhbCBjaGFyYWN0ZXJzIGluIGl0IGJ1dCB3aGljaCBpcyBub25ldGhlbGVz # cyBhbiBpbmRpY2F0aW9uIG9mIHRoZSByZWFsIHdvcmxkLgoKV2l0aCBsb25nIGxpbmVzIGFuZCBw # YXJhZ3JhcGhzIGFuZCBhbGwgdGhhdCBzb3J0IG9mIHRoaW5ncy4KCkFuZCBzbyBvbiBhbmQgc28g # b24uCi0tIApBbmQgYSBzaWduYXR1cmUK # ' # Failed test 'close test handle' # at t/01basic.t line 47. Unknown PerlIO layer "Via" at t/01basic.t line 53. # Failed test 'opening 't/test.mime' for reading' # at t/01basic.t line 53. readline() on closed filehandle $in at t/01basic.t line 56. # Failed test 'check decoding' # at t/01basic.t line 56. # got: '' # expected: 'This is a tést for MIME-encoded (base64) text that has hàrdly any speçial characters in it but which is nonetheless an indication of the real world. # # With long lines and paragraphs and all that sort of things. # # And so on and so on. # -- # And a signature # ' # Failed test 'close decoding handle' # at t/01basic.t line 57. not ok 3 - opening 't/test.mime' for writing Unknown PerlIO layer "Via" at t/01basic.t line 66. # Failed test 'opening 't/test.mime' for writing without eol' # at t/01basic.t line 66. print() on closed filehandle $out at t/01basic.t line 71. # Failed test 'print to file without eol' # at t/01basic.t line 71. # Failed test 'closing encoding handle without eol' # at t/01basic.t line 72. # Failed test 'opening without layer without eol' # at t/01basic.t line 78. readline() on closed filehandle $test at t/01basic.t line 79. # Failed test 'check encoded content without eol' # at t/01basic.t line 79. # got: undef # expected: 'VGhpcyBpcyBhIHTpc3QgZm9yIE1JTUUtZW5jb2RlZCAoYmFzZTY0KSB0ZXh0IHRoYXQgaGFzIGjgcmRseSBhbnkgc3Bl52lhbCBjaGFyYWN0ZXJzIGluIGl0IGJ1dCB3aGljaCBpcyBub25ldGhlbGVzcyBhbiBpbmRpY2F0aW9uIG9mIHRoZSByZWFsIHdvcmxkLgoKV2l0aCBsb25nIGxpbmVzIGFuZCBwYXJhZ3JhcGhzIGFuZCBhbGwgdGhhdCBzb3J0IG9mIHRoaW5ncy4KCkFuZCBzbyBvbiBhbmQgc28gb24uCi0tIApBbmQgYSBzaWduYXR1cmUK' # Failed test 'close test handle without eol' # at t/01basic.t line 80. Unknown PerlIO layer "Via" at t/01basic.t line 86. # Failed test 'opening 't/test.mime' for reading without eol' # at t/01basic.t line 86. readline() on closed filehandle $in at t/01basic.t line 89. not ok 4 - print to file not ok 5 - closing encoding handle not ok 6 - opening without layer not ok 7 - check encoded content not ok 8 - close test handle not ok 9 - opening 't/test.mime' for reading not ok 10 - check decoding not ok 11 - close decoding handle ok 12 - check eol setting second time not ok 13 - opening 't/test.mime' for writing without eol not ok 14 - print to file without eol not ok 15 - closing encoding handle without eol not ok 16 - opening without layer without eol not ok 17 - check encoded content without eol not ok 18 - close test handle without eol not ok 19 - opening 't/test.mime' for reading without eol not ok 20 - check decoding without eol # Failed test 'check decoding without eol' # at t/01basic.t line 89. # got: '' # expected: 'This is a tést for MIME-encoded (base64) text that has hàrdly any speçial characters in it but which is nonetheless an indication of the real world. # # With long lines and paragraphs and all that sort of things. # # And so on and so on. # -- # And a signature # ' # Failed test 'close decoding handle without eol' # at t/01basic.t line 90. not ok 21 - close decoding handle without eol # Failed test 'remove test file 't/test.mime'' # at t/01basic.t line 94. not ok 22 - remove test file 't/test.mime' # Looks like you failed 19 tests of 22. dubious Test returned status 19 (wstat 4864, 0x1300) DIED. FAILED tests 3-11, 13-22 Failed 19/22 tests, 13.64% okay Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/01basic.t 19 4864 22 19 3-11 13-22 Failed 1/1 test scripts. 19/22 subtests failed. Files=1, Tests=22, 0 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) Failed 1/1 test programs. 19/22 subtests failed. NMAKE : fatal error U1077: 'C:\cpanrun\build\5-10-0\bin\perl.exe' : return code '0x13' Stop.