Support for Delayed Package Loading in pkg_mkIndex
The new pkg_mkIndex -lazy option generates a package index file that delays actual loading of a package until an application attempts to use one of the commands provided by the package. Without this option, the generate package immediately loads its command when an application executes it package require command.
|