Subject: | Test Errors while trying to install Type-Tiny 1.004002 |
Date: | Wed, 10 Oct 2018 10:16:27 +0200 |
To: | <bug-Type-Tiny [...] rt.cpan.org> |
From: | "Andreas Mock" <andreas.mock [...] web.de> |
I'm trying to install Type-Tiny 1.004002 on our system
with perl 5.10.1 CentOS 6.10 and get the following
error. The version of Exporter::Tiny in our system
is 0.038. This old version may be the reason of that
error. In this case building prerequisites should be
updated.
---------------------------8<-------------------
t/20-unit/Type-Library/deprecation.t ...................... 1/? Undefined
subroutine &Exporter::Tiny::_carp called at lib/Type/Library.pm line 169.
BEGIN failed--compilation aborted at (eval 22) line 3.
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 255 just after 1.
t/20-unit/Type-Library/deprecation.t ...................... Dubious, test
returned 255 (wstat 65280, 0xff00)
.
.
.
.
Test Summary Report
-------------------
t/20-unit/Type-Library/deprecation.t (Wstat: 65280 Tests:
1 Failed: 0)
Non-zero exit status: 255
Parse errors: No plan found in TAP output
Files=176, Tests=2389, 20 wallclock secs ( 0.71 usr 0.34 sys + 17.07 cusr
2.10 csys = 20.22 CPU)
Result: FAIL
Failed 1/176 test programs. 0/2389 subtests failed.
make: *** [test_dynamic] Fehler 255
---------------------------8<-------------------
Thank you in advance
Andreas