diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2014-02-09 12:56:24 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2014-02-09 12:56:24 (GMT) |
commit | 0cffbf8eb7de60da060b05ae4a06ff19adc24ad6 (patch) | |
tree | 0928697bf53c4b1c4f196ff654f76d3ae72b2f1c /library/http | |
parent | 334a96f761a2768ff680d31e3cad25eaf63d9bea (diff) | |
download | tcl-0cffbf8eb7de60da060b05ae4a06ff19adc24ad6.zip tcl-0cffbf8eb7de60da060b05ae4a06ff19adc24ad6.tar.gz tcl-0cffbf8eb7de60da060b05ae4a06ff19adc24ad6.tar.bz2 |
starting to write some tests
Diffstat (limited to 'library/http')
-rw-r--r-- | library/http/idna.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/http/idna.tcl b/library/http/idna.tcl index 7727e45..2b02c33 100644 --- a/library/http/idna.tcl +++ b/library/http/idna.tcl @@ -17,7 +17,7 @@ namespace eval ::tcl::idna { encode IDNAencode decode IDNAdecode puny puny - version {::package present idna} + version {::apply {{} {package present tcl::idna} ::}} } proc IDNAencode hostname { |