Skip Menu |

This queue is for tickets about the TkCarp CPAN distribution.

Report information
The Basics
Id: 7255
Status: open
Priority: 0/
Queue: TkCarp

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

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



Subject: Tk errors show up for compilation errors when running perl -c script
If I run "perl -c script" to check for compilation errors, the errors show up as Tk message boxes when fatalsToDialog, warningsToDialog and immediateWarnings are enabled.
From: SREZIC [...] cpan.org
On Wed Aug 04 17:24:20 2004, guest wrote: Show quoted text
> If I run "perl -c script" to check for compilation errors, the errors > show up as Tk message boxes when fatalsToDialog, warningsToDialog and > immediateWarnings are enabled. >
Probably the $^C variable should be checked and Tk::Carp operation disabled if this variable is set.