Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Document $*HOME
  • Loading branch information
jonathanstowe committed Apr 15, 2015
1 parent 152bf49 commit cd83ead
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/Language/variables.pod
Expand Up @@ -719,5 +719,9 @@ X<$*CWD|variable.$*CWD>
It is an object that evaluates to "groupname (gid)".
It will evaluate to the groupname only if treated as a
string and the numeric group id if treated as a number.
==
$*HOME An L<IO::Path> object representing the "home directory"
of the user that is running the program. If the
"home directory" cannot be determined it will be L<Nil>
=end pod

0 comments on commit cd83ead

Please sign in to comment.