in reply to perl-Tk: how to use setPalette
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:
Cheers, Christophrequire Tk::Labelframe; require Tk::Message; require Tk::Spinbox; require Tk::Text;
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 |