Subject: | Cannot install IO::String on Fedora 26 |
Date: | Mon, 16 Oct 2017 18:08:12 -0200 |
To: | bug-IO-String [...] rt.cpan.org |
From: | Luzemário Dantas <luzemario [...] luzehost.com.br> |
Hi folks,
I cannot install IO::String on fedora. Trying to install by CPAN or by
the file itself produces an error at the "make test" phase. The PERL
version is 5.24.3:
[luzemario@lenovo_luza IO-String-1.08]$ perl Makefile.PL
Generating a Unix-style Makefile
Writing Makefile for IO::String
Writing MYMETA.yml and MYMETA.json
[luzemario@lenovo_luza IO-String-1.08]$ make test
PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM"
"-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0,
'blib/lib', 'blib/arch')" t/*.t
t/close.t ..... ok
t/para.t ...... Can't locate Test.pm in @INC (you may need to install
the Test module) (@INC contains:
/home/luzemario/Desenvolvimento/IO-String-1.08/blib/lib
/home/luzemario/Desenvolvimento/IO-String-1.08/blib/arch
/usr/local/lib64/perl5 /usr/local/share/perl5
/usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl
/usr/lib64/perl5 /usr/share/perl5 .) at t/para.t line 4.
BEGIN failed--compilation aborted at t/para.t line 4.
t/para.t ...... Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/read.t ...... ok
t/seek.t ...... ok
t/truncate.t .. ok
t/write.t ..... ok
Test Summary Report
-------------------
t/para.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
Files=6, Tests=35, 0 wallclock secs ( 0.03 usr 0.01 sys + 0.03 cusr
0.01 csys = 0.08 CPU)
Result: FAIL
Failed 1/6 test programs. 0/35 subtests failed.
make: *** [Makefile:832: test_dynamic] Error 255
Maybe I am doing something wrong or the CPAN build at Fedora 26 is broken?
Thanks in advance
Luzemario