summaryrefslogtreecommitdiffstats
path: root/tcllib/modules/ooutil/pkgIndex.tcl
blob: d9756be7b2acaeef3dea67276c2f7701ec64a3e4 (plain)
1
2
3
4
5
6
7
#checker -scope global exclude warnUndefinedVar
# var in question is 'dir'.
if {![package vsatisfies [package provide Tcl] 8.5]} {
    # PRAGMA: returnok
    return
}
package ifneeded oo::util 1.2.2 [list source [file join $dir ooutil.tcl]]