From: "Bill Costa"
> On MacOS 10.13.6 I have Perl 5.28 installed in /opt/local/ using
> MacPorts. This works well and no problems installing modules using
> `cpanm`. I installed ActiveState's v8.6 of Tcl which is saved to
> `/Library/Frameworks/Tcl.framework/Versions/8.6` and then installed
> Tkx. My problem is I don't know how to make Tkx use the v8.6 version
> of Tcl/Tk. Here is how I think I know that it is not.

> $ perl -MTkx -e 'print Tkx::info("patchlevel");'
> 8.5.9

> Any tips on how I can wire in the latest version of Tcl/Tk for Perl usage?


Please note that MacPorts does offer up-to-date versions of Tcl/Tk 8.6.11 and 
Tkx via the tcl, tk (+x11 and +quartz variants), and p5-tkx ports. Once 
installed, no other configuration should be necessary.

Christopher A. Chavez

Reply via email to