Skip to content

Commit f928194

Browse files
committed
Merge pull request #482 from perl6/update-dynamic-vars
Added TMPDIR and fixed some errors (according to S28)
2 parents 05bb136 + e827294 commit f928194

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

doc/Language/variables.pod

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1042,13 +1042,13 @@ Other compile-time variables:
10421042
------------------+--------------------------------------------
10431043
$*CWD | The Current Working Directory.
10441044
------------------+--------------------------------------------
1045-
$*KERNEL | Which kernel am I compiled for?
1045+
$*KERNEL | Which kernel am I running under?
10461046
------------------+--------------------------------------------
1047-
$*DISTRO | Which OS distribution am I compiling under?
1047+
$*DISTRO | Which OS distribution am I running under?
10481048
------------------+--------------------------------------------
1049-
$*VM | Which virtual machine am I compiling under?
1049+
$*VM | Which virtual machine am I running under?
10501050
------------------+--------------------------------------------
1051-
$*PERL | Which Perl am I compiled for?
1051+
$*PERL | Which Perl am I running under?
10521052
------------------+--------------------------------------------
10531053
$*PID | Process ID of the current process.
10541054
------------------+--------------------------------------------
@@ -1082,5 +1082,7 @@ Other compile-time variables:
10821082
$*SPEC | The appropriate L<IO::Spec> sub-class for the platform that
10831083
| the program is running on.
10841084
------------------+--------------------------------------------
1085+
$*TMPDIR | An L<IO::Path> object representing the "system temporary directory"
1086+
------------------+--------------------------------------------
10851087
10861088
=end pod

0 commit comments

Comments
 (0)