Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #482 from perl6/update-dynamic-vars
Added TMPDIR and fixed some errors (according to S28)
  • Loading branch information
jonathanstowe committed May 1, 2016
2 parents 05bb136 + e827294 commit f928194
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions doc/Language/variables.pod
Expand Up @@ -1042,13 +1042,13 @@ Other compile-time variables:
------------------+--------------------------------------------
$*CWD | The Current Working Directory.
------------------+--------------------------------------------
$*KERNEL | Which kernel am I compiled for?
$*KERNEL | Which kernel am I running under?
------------------+--------------------------------------------
$*DISTRO | Which OS distribution am I compiling under?
$*DISTRO | Which OS distribution am I running under?
------------------+--------------------------------------------
$*VM | Which virtual machine am I compiling under?
$*VM | Which virtual machine am I running under?
------------------+--------------------------------------------
$*PERL | Which Perl am I compiled for?
$*PERL | Which Perl am I running under?
------------------+--------------------------------------------
$*PID | Process ID of the current process.
------------------+--------------------------------------------
Expand Down Expand Up @@ -1082,5 +1082,7 @@ Other compile-time variables:
$*SPEC | The appropriate L<IO::Spec> sub-class for the platform that
| the program is running on.
------------------+--------------------------------------------
$*TMPDIR | An L<IO::Path> object representing the "system temporary directory"
------------------+--------------------------------------------
=end pod

0 comments on commit f928194

Please sign in to comment.