summaryrefslogtreecommitdiffstats
path: root/tcllib/modules/oauth/pkgIndex.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'tcllib/modules/oauth/pkgIndex.tcl')
-rw-r--r--tcllib/modules/oauth/pkgIndex.tcl2
1 files changed, 2 insertions, 0 deletions
diff --git a/tcllib/modules/oauth/pkgIndex.tcl b/tcllib/modules/oauth/pkgIndex.tcl
new file mode 100644
index 0000000..513e7ff
--- /dev/null
+++ b/tcllib/modules/oauth/pkgIndex.tcl
@@ -0,0 +1,2 @@
+if {![package vsatisfies [package provide Tcl] 8.5]} {return}
+package ifneeded oauth 1 [list source [file join $dir oauth.tcl]]