commit a copy of snit
[scpubgit/TenDotTcl.git] / snit / pkgIndex.tcl
diff --git a/snit/pkgIndex.tcl b/snit/pkgIndex.tcl
new file mode 100644 (file)
index 0000000..ff47c61
--- /dev/null
@@ -0,0 +1,6 @@
+if {[package vsatisfies [package provide Tcl] 8.5]} {
+    package ifneeded snit 2.3.2 \
+        [list source [file join $dir snit2.tcl]]
+}
+
+package ifneeded snit 1.4.2 [list source [file join $dir snit.tcl]]