Skip to content

Commit 1a9df19

Browse files
authored
Unset $*HOME is Any, not Nil
1 parent bb8e1eb commit 1a9df19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/variables.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1124,7 +1124,7 @@ X<|$*SPEC>X<|$*TMPDIR>X<|$*THREAD>X<|$*SCHEDULER>
11241124
------------------+--------------------------------------------
11251125
$*HOME | An L<IO::Path> object representing the "home directory"
11261126
| of the user that is running the program. If the
1127-
| "home directory" cannot be determined it will be L<Nil>
1127+
| "home directory" cannot be determined it will be L<Any>
11281128
------------------+--------------------------------------------
11291129
$*SPEC | The appropriate L<IO::Spec> sub-class for the platform that
11301130
| the program is running on. For OS-specific code, simply use smartmatch:

0 commit comments

Comments
 (0)