Skip Menu |

This queue is for tickets about the tk-zinc CPAN distribution.

Report information
The Basics
Id: 127714
Status: new
Priority: 0/
Queue: tk-zinc

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

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



Subject: Fails without X display
See subject. Probably a technique like the following (untested) may be used to prevent unnecessary test failures (e.g. by CPAN Testers): ... my $mw = eval { tkinit }; plan skip_all => "Cannot create MainWindow: $@" if !$mw; plan tests => ...; ...