summaryrefslogtreecommitdiffstats
path: root/tcllib/modules/tar/pkgIndex.tcl
blob: c2a8d706e112d6a32f955e669fe409615c6f8f3a (plain)
1
2
3
4
5
if {![package vsatisfies [package provide Tcl] 8.4]} {
    # PRAGMA: returnok
    return
}
package ifneeded tar 0.10 [list source [file join $dir tar.tcl]]