Skip Menu |

This queue is for tickets about the Tk-TM CPAN distribution.

Report information
The Basics
Id: 128723
Status: new
Priority: 0/
Queue: Tk-TM

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

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



Subject: Undeclared dependency DBI
The test suite fails if DBI.pm is not installed --- probably it has to be declared as a dependency for automatic installation: ... PERL_DL_NONLAZY=1 "/opt/perl-5.28.1/bin/perl" "-Iblib/lib" "-Iblib/arch" test.pl Can't locate DBI.pm in @INC (you may need to install the DBI module) (@INC contains: blib/lib blib/arch /opt/perl-5.28.1/lib/site_perl/5.28.1/x86_64-linux /opt/perl-5.28.1/lib/site_perl/5.28.1 /opt/perl-5.28.1/lib/5.28.1/x86_64-linux /opt/perl-5.28.1/lib/5.28.1 .) at test.pl line 4. BEGIN failed--compilation aborted at test.pl line 4. make: *** [Makefile:857: test_dynamic] Error 2 ...
On 2019-03-05 16:58:59, SREZIC wrote: Show quoted text
> The test suite fails if DBI.pm is not installed --- probably it has to > be declared as a dependency for automatic installation: > > ... > PERL_DL_NONLAZY=1 "/opt/perl-5.28.1/bin/perl" "-Iblib/lib" "- > Iblib/arch" test.pl > Can't locate DBI.pm in @INC (you may need to install the DBI module) > (@INC contains: blib/lib blib/arch /opt/perl- > 5.28.1/lib/site_perl/5.28.1/x86_64-linux /opt/perl- > 5.28.1/lib/site_perl/5.28.1 /opt/perl-5.28.1/lib/5.28.1/x86_64-linux > /opt/perl-5.28.1/lib/5.28.1 .) at test.pl line 4. > BEGIN failed--compilation aborted at test.pl line 4. > make: *** [Makefile:857: test_dynamic] Error 2 > ...
Also undeclared: - Tk