Skip Menu |

This queue is for tickets about the Language-Logo CPAN distribution.

Report information
The Basics
Id: 131794
Status: new
Priority: 0/
Queue: Language-Logo

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

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



Subject: Undeclared dependency Tk
The test suite fails if Tk is not installed --- probably it has to be declared as a prereq. PERL_DL_NONLAZY=1 "/usr/perl5.31.8p/bin/perl5.31.8" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t Can't locate Tk.pm in @INC (you may need to install the Tk module) (@INC contains: ... .) at /usr/home/cpansand/.cpan/build/2020021404/Language-Logo-1.000-0/blib/lib/Language/Logo.pm line 402. Use of uninitialized value $ans in chomp at /usr/home/cpansand/.cpan/build/2020021404/Language-Logo-1.000-0/blib/lib/Language/Logo.pm line 206. Use of uninitialized value $ans in pattern match (m//) at /usr/home/cpansand/.cpan/build/2020021404/Language-Logo-1.000-0/blib/lib/Language/Logo.pm line 207. Use of uninitialized value $ans in concatenation (.) or string at /usr/home/cpansand/.cpan/build/2020021404/Language-Logo-1.000-0/blib/lib/Language/Logo.pm line 208. Language::Logo: expected 'id:name', got '' # Looks like your test exited with 54 just after 1. t/Language-Logo.t .. Dubious, test returned 54 (wstat 13824, 0x3600) Failed 15/16 subtests ...