in reply to perl-Tk: how to use setPalette

Hi,

you have to add the following modules to your executable using pp's -M switch or requiring them somewhere in your program to make PAR pick them up:

require Tk::Labelframe; require Tk::Message; require Tk::Spinbox; require Tk::Text;
Cheers, Christoph

update: Submitted a patch that solves this issue to Module::ScanDeps rt
https://rt.cpan.org/Ticket/Display.html?id=47209

Replies are listed 'Best First'.
Re^2: perl-Tk: how to use setPalette
by srikrishnan (Beadle) on Jun 22, 2009 at 04:04 UTC
    Hi Christoph, Thanks for your valuable suggestion. Thanks a lot, srikrishnan