File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -1094,7 +1094,7 @@ X<|$*SPEC>X<|$*TMPDIR>X<|$*THREAD>X<|$*SCHEDULER>
1094
1094
------------------+--------------------------------------------
1095
1095
$*KERNEL | Which kernel am I running under?
1096
1096
------------------+--------------------------------------------
1097
- $*DISTRO | Which OS distribution am I running under?
1097
+ $*DISTRO | Which OS distribution am I running under? (e.g. C < say "Some sort of Windows" if $*DISTRO.is-win > )
1098
1098
------------------+--------------------------------------------
1099
1099
$*VM | Which virtual machine am I running under?
1100
1100
------------------+--------------------------------------------
@@ -1130,8 +1130,7 @@ X<|$*SPEC>X<|$*TMPDIR>X<|$*THREAD>X<|$*SCHEDULER>
1130
1130
| "home directory" cannot be determined it will be L < Any >
1131
1131
------------------+--------------------------------------------
1132
1132
$*SPEC | The appropriate L < IO::Spec > sub-class for the platform that
1133
- | the program is running on. For OS-specific code, use smartmatch:
1134
- | C < say "We are on Windows!" if $*SPEC ~~ IO::Spec::Win32 >
1133
+ | the program is running on.
1135
1134
------------------+--------------------------------------------
1136
1135
$*TMPDIR | An L < IO::Path > object representing the "system temporary directory"
1137
1136
------------------+--------------------------------------------
You can’t perform that action at this time.
0 commit comments