summaryrefslogtreecommitdiffstats
path: root/library/cookiejar/pkgIndex.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'library/cookiejar/pkgIndex.tcl')
-rw-r--r--library/cookiejar/pkgIndex.tcl3
1 files changed, 3 insertions, 0 deletions
diff --git a/library/cookiejar/pkgIndex.tcl b/library/cookiejar/pkgIndex.tcl
new file mode 100644
index 0000000..b1853aa
--- /dev/null
+++ b/library/cookiejar/pkgIndex.tcl
@@ -0,0 +1,3 @@
+if {![package vsatisfies [package provide Tcl] 8.6-]} {return}
+package ifneeded cookiejar 0.2.0 [list source [file join $dir cookiejar.tcl]]
+package ifneeded tcl::idna 1.0.1 [list source [file join $dir idna.tcl]]