I want to re-open this bug report, because version in testing/unstable contains incorrect fix.
In /usr/lib/tclx8.4/pkgIndex.tcl line
if {[package vcompare [info tclversion] 8.4] != 0} return
should be replaced with
if {[package vcompare [info tclversion] 8.4] < 0} return
Otherwise it will be impossible to load Tclx package in Tcl8.5
interpreter.
--
Alexander Galanin
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

