@@ -1042,13 +1042,13 @@ Other compile-time variables:
1042
1042
------------------+--------------------------------------------
1043
1043
$*CWD | The Current Working Directory.
1044
1044
------------------+--------------------------------------------
1045
- $*KERNEL | Which kernel am I compiled for ?
1045
+ $*KERNEL | Which kernel am I running under ?
1046
1046
------------------+--------------------------------------------
1047
- $*DISTRO | Which OS distribution am I compiling under?
1047
+ $*DISTRO | Which OS distribution am I running under?
1048
1048
------------------+--------------------------------------------
1049
- $*VM | Which virtual machine am I compiling under?
1049
+ $*VM | Which virtual machine am I running under?
1050
1050
------------------+--------------------------------------------
1051
- $*PERL | Which Perl am I compiled for ?
1051
+ $*PERL | Which Perl am I running under ?
1052
1052
------------------+--------------------------------------------
1053
1053
$*PID | Process ID of the current process.
1054
1054
------------------+--------------------------------------------
@@ -1082,5 +1082,7 @@ Other compile-time variables:
1082
1082
$*SPEC | The appropriate L < IO::Spec > sub-class for the platform that
1083
1083
| the program is running on.
1084
1084
------------------+--------------------------------------------
1085
+ $*TMPDIR | An L < IO::Path > object representing the "system temporary directory"
1086
+ ------------------+--------------------------------------------
1085
1087
1086
1088
= end pod
0 commit comments