Skip to content

Commit 31c64c2

Browse files
authored
Merge pull request #2394 from ugexe/add-kernel-hostname
Document $*KERNEL.hostname
2 parents 86b41f5 + 54bd58b commit 31c64c2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/Type/Kernel.pod6

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,12 @@ Returns a C<Str> type object if the "desc" could not be established.
6161
Instance method returning the hardware information of the Kernel object. Dies
6262
if the hardware information could not be established.
6363
64+
=head2 method hostname
65+
66+
method hostname(--> Str)
67+
68+
Instance method returning the hostname of the Kernel object.
69+
6470
=head2 method name
6571
6672
method name(--> Str)

0 commit comments

Comments
 (0)