Open chrstphrchvz opened 3 years ago
An idea I brought up on perl.tcltk: https://www.nntp.perl.org/group/perl.tcltk/2020/07/msg840.html
The goal is to use Tcl.pm to check the Tcl/Tk installation rather than find/ask for and run tclsh. This avoids the possibility of checking a Tcl/Tk installation other than the one Tcl.pm is configured to use.
This idea has since been implemented for Tkx (although that was simpler due to not checking for any Tk extensions): chrstphrchvz/tkx@5d0230d
An idea I brought up on perl.tcltk: https://www.nntp.perl.org/group/perl.tcltk/2020/07/msg840.html
The goal is to use Tcl.pm to check the Tcl/Tk installation rather than find/ask for and run tclsh. This avoids the possibility of checking a Tcl/Tk installation other than the one Tcl.pm is configured to use.