Skip to content

Commit

Permalink
Merge pull request #2394 from ugexe/add-kernel-hostname
Browse files Browse the repository at this point in the history
Document $*KERNEL.hostname
  • Loading branch information
ugexe committed Oct 19, 2018
2 parents 86b41f5 + 54bd58b commit 31c64c2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/Type/Kernel.pod6
Expand Up @@ -61,6 +61,12 @@ Returns a C<Str> type object if the "desc" could not be established.
Instance method returning the hardware information of the Kernel object. Dies
if the hardware information could not be established.
=head2 method hostname
method hostname(--> Str)
Instance method returning the hostname of the Kernel object.
=head2 method name
method name(--> Str)
Expand Down

0 comments on commit 31c64c2

Please sign in to comment.