We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a576ea commit c055621Copy full SHA for c055621
pkgIndex.tcl.in
@@ -2,6 +2,10 @@
2
# Tcl package index file, version 1.1
3
#
4
5
+if {![package vsatisfies [package provide Tcl] 8.6-]} {
6
+ return
7
+}
8
+
9
10
# For interps that are not thread-enabled, we still call [package ifneeded].
11
# This is contrary to the usual convention, but is a good idea because we
0 commit comments