Skip Menu |

This queue is for tickets about the Type-Tiny CPAN distribution.

Report information
The Basics
Id: 127327
Status: resolved
Priority: 0/
Queue: Type-Tiny

People
Owner: Nobody in particular
Requestors: andreas.mock [...] web.de
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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
On 2018-10-10 01:21:55, andreas.mock@web.de wrote: Show quoted text
> 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.
It would seem to me that using an underscored-implied-private sub is a bad idea at any rate, as it could change or go away at any time. Instead, just call Carp directly (maybe by inlining your own convenience wrapper).
You need Exporter::Tiny 0.040 or above. I'll update the pre-requisites as soon as I can.
Next release will require Exporter::Tiny 1.000000.