Skip to content

Commit f2df22e

Browse files
committed
Oops, forgot Kernel.bits
1 parent df06cbc commit f2df22e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

doc/Type/Kernel.pod6

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
class Kernel does Systemic { }
88
9-
Built-in class for providing Kernel related information. Usually accessed
9+
Built-in class for providing kernel related information. Usually accessed
1010
through the L<$*KERNEL> dynamic variable.
1111
1212
=head1 Methods
@@ -25,6 +25,11 @@ Instance method returning the concatenation of L<hardware> and L<arch>.
2525
Instance method returning the "auth" (as in "author" or "authority") of the
2626
Kernel object. Returns "unknown" if the "auth" could not be established.
2727
28+
=head2 method bits
29+
30+
Instance method returning the number of bits used in the architecture of the
31+
processor. Usually B<32> or B<64>.
32+
2833
=head2 method cpu-cores
2934
3035
Instance / Class method returning the number of CPU cores that are available.

0 commit comments

Comments
 (0)