Subject: | test failure |
This is on darwin, perl 5.8.8:
--> Working on IO::Zlib
Fetching http://mirrors.gossamer-threads.com/CPAN/authors/id/T/TO/TOMHUGHES/IO-Zlib-1.10.tar.gz
-> OK
Unpacking IO-Zlib-1.10.tar.gz
Entering IO-Zlib-1.10
Checking configure dependencies from META.yml
Configuring IO-Zlib-1.10
Running Makefile.PL
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for IO::Zlib
Writing MYMETA.yml and MYMETA.json
-> OK
Checking dependencies from MYMETA.json ...
Checking if you have Compress::Zlib 2 ... Yes (2.068)
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.05_24)
Building and testing IO-Zlib-1.10
Manifying 1 pod document
PERL_DL_NONLAZY=1 "/Users/ether/perl5/perlbrew/perls/8.8/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/getline.t ... ok
t/basic.t ..... ok
Can't call method "gzeof" on an undefined value at /Users/ether/.cpanm/work/1436229252.50837/IO-Zlib-1.10/blib/lib/IO/Zlib.pm line 506.
t/external.t ..
Dubious, test returned 2 (wstat 512, 0x200)
Failed 13/33 subtests
t/import.t .... ok
t/getc.t ...... ok
t/large.t ..... ok
t/uncomp1.t ... ok
t/uncomp2.t ... ok
t/tied.t ...... ok
Test Summary Report
-------------------
t/external.t (Wstat: 512 Tests: 21 Failed: 1)
Failed test: 21
Non-zero exit status: 2
Parse errors: Bad plan. You planned 33 tests but ran 21.
Files=9, Tests=110, 0 wallclock secs ( 0.04 usr 0.02 sys + 0.46 cusr 0.06 csys = 0.58 CPU)
Result: FAIL
Failed 1/9 test programs. 1/110 subtests failed.