doc: desc. mcookie_version_check in INSTALL/diff

This commit is contained in:
Xavier Delaruelle
2021-01-24 18:49:10 +01:00
parent 06f049c3ee
commit 7738fa97b3
2 changed files with 13 additions and 1 deletions

View File

@@ -516,6 +516,17 @@ instance :instopt:`--disable-set-manpath<--enable-set-manpath>`):
.. versionadded:: 4.7
.. instopt:: --enable-mcookie-version-check
Enable check of the version specified right after Modules magic cookie
(``#%Module``) in modulefiles, which defines the minimal version of the
Modules tool to use in order to evaluate the modulefile. (default=yes)
.. only:: html
.. versionadded:: 4.7
Optional Packages (the default for each option is displayed within
parenthesis, to disable an option replace ``with`` by ``without`` for
instance :instopt:`--without-modulepath<--with-modulepath>`):

View File

@@ -392,7 +392,8 @@ The following environment variables appeared on new version of Modules are not s
+------------+-----------------------------------------------------------------+
| 4.7 | :envvar:`MODULES_SHELLS_WITH_KSH_FPATH`, |
| | :envvar:`MODULES_IMPLICIT_REQUIREMENT`, :envvar:`MODULES_LMTAG`,|
| | :envvar:`MODULES_TAG_ABBREV`, :envvar:`MODULES_TAG_COLOR_NAME` |
| | :envvar:`MODULES_TAG_ABBREV`, :envvar:`MODULES_TAG_COLOR_NAME`, |
| | :envvar:`MODULES_MCOOKIE_VERSION_CHECK` |
+------------+-----------------------------------------------------------------+