File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -1126,13 +1126,15 @@ X<|$*SPEC>X<|$*TMPDIR>X<|$*THREAD>X<|$*SCHEDULER>
1126
1126
| string and the numeric group id if treated as a number.
1127
1127
------------------+--------------------------------------------
1128
1128
$*HOME | An L < IO::Path > object representing the "home directory"
1129
- | of the user that is running the program. If the
1130
- | "home directory" cannot be determined it will be L < Any >
1129
+ | of the user that is running the program. Uses
1130
+ | C « %*ENV < HOME > » if set. On Windows, uses
1131
+ | C « %*ENV < HOMEDRIVE > ~ %*ENV < HOMEPATH > » . If the
1132
+ | home directory cannot be determined, it will be L < Any >
1131
1133
------------------+--------------------------------------------
1132
1134
$*SPEC | The appropriate L < IO::Spec > sub-class for the platform that
1133
1135
| the program is running on.
1134
1136
------------------+--------------------------------------------
1135
- $*TMPDIR | An L < IO::Path > object representing the "system temporary directory"
1137
+ $*TMPDIR | An L < IO::Path > object representing the "system temporary directory" as determined by L « C < .tmpdir IO::Spec::* method|/routine/tmpdir»
1136
1138
------------------+--------------------------------------------
1137
1139
$*TOLERANCE | Used by the C < =~= > operator, and any operations that depend on it, to
1138
1140
| decide if two values are approximately equal. Defaults to 1e-15.
You can’t perform that action at this time.
0 commit comments