summaryrefslogtreecommitdiffstats
path: root/tcl8.6/pkgs/tdbcmysql1.0.6/pkgIndex.tcl.in
blob: fa95064fb27a81193d4d1d90a976cbeacbcdef98 (plain)
1
2
3
4
5
6
7
8
# Package index file for tdbc::mysql

if {[catch {package require Tcl @TCL_VERSION_REQ@}]} {
    return
}
package ifneeded tdbc::mysql @PACKAGE_VERSION@ \
    "[list source [file join $dir @PACKAGE_NAME@.tcl]]\;\
    [list load [file join $dir @PKG_LIB_FILE@] @PACKAGE_NAME@]"