On Tue, 24 Nov 2009, jeff wrote: > I see the new Tcl module is released to CPAN. Will there be a 0.98 of > Tcl::Tk following ? > > Also could could someone post a short blurb of what dlls ( & dylibs > for Aqua ) would be required for packaging Tcl::Tk stand-alones with > perlapp or PAR ?
PerlApp knows about the Tcl module and will package the tkkit automatically so that it will be available again at runtime. I just did `cd \perl\bin && perlapp tkx-ed` on a Windows machine and the generated tkx-ed.exe works fine on a machine without Perl and Tcl installed. I believe it is the same on the other supported platforms. Cheers, -Jan