summaryrefslogtreecommitdiffstats
path: root/tcllib/modules/oometa/pkgIndex.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'tcllib/modules/oometa/pkgIndex.tcl')
-rw-r--r--tcllib/modules/oometa/pkgIndex.tcl8
1 files changed, 8 insertions, 0 deletions
diff --git a/tcllib/modules/oometa/pkgIndex.tcl b/tcllib/modules/oometa/pkgIndex.tcl
new file mode 100644
index 0000000..5735730
--- /dev/null
+++ b/tcllib/modules/oometa/pkgIndex.tcl
@@ -0,0 +1,8 @@
+#checker -scope global exclude warnUndefinedVar
+# var in question is 'dir'.
+if {![package vsatisfies [package provide Tcl] 8.5]} {
+ # PRAGMA: returnok
+ return
+}
+package ifneeded oo::meta 0.4.1 [list source [file join $dir oometa.tcl]]
+package ifneeded oo::option 0.3 [list source [file join $dir oooption.tcl]]