File tree Expand file tree Collapse file tree 5 files changed +1
-58
lines changed
Expand file tree Collapse file tree 5 files changed +1
-58
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 55# [D2] Release After - Wrappers become Blockers, throwing error noting redirection
66# [D3] Release Beyond - All removed.
77# #
8- # Currently in deprecation
9- # - D1 doctools::path (doctools2base)
10- # - D1 doctools::config (doctools2base)
11- # - D1 configuration (pt)
12- # - D1 paths (pt)
13- #
14- # :Attention:
15- # - Original `doctools::paths` Tcl 8.4 required
16- # Replacement `fileutilutil::paths` Tcl 8.5 required!
17-
18- if {![package vsatisfies [package provide Tcl] 8.5 9]} {return }
19-
20- package ifneeded configuration 1.1 [list source [file join $dir p_config.tcl]]
21- package ifneeded doctools::config 0.2 [list source [file join $dir d_config.tcl]]
22- package ifneeded doctools::paths 0.2 [list source [file join $dir d_paths.tcl]]
23- package ifneeded paths 1.1 [list source [file join $dir p_paths.tcl]]
24-
25- if {![package vsatisfies [package provide Tcl] 8.6]} {return }
26-
8+ # Currently in deprecation [[NONE]]
You can’t perform that action at this time.
0 commit comments