File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 2
2
3
3
= TITLE class VM
4
4
5
- = SUBTITLE Perl 6 Virtual Machine related information
5
+ = SUBTITLE Perl 6 Virtual Machine related information
6
6
7
7
class VM does Systemic { }
8
8
9
9
Built-in class for providing information about the virtual machine in which
10
- Perl 6 is running. Usually accessed through the L < $*VM > dynamic variable.
10
+ Perl 6 is running. Usually accessed through the L < $*VM > dynamic variable.
11
11
12
12
= head1 Methods
13
13
14
14
= head2 method auth
15
15
16
16
Instance method returning the "auth" (as in "author" or "authority") of the
17
- VM object. Returns "unknown" if the "auth" could not be established.
17
+ VM object. Returns "unknown" if the "auth" could not be established.
18
18
19
19
= head2 method config
20
20
@@ -53,17 +53,15 @@ of the VM object is installed.
53
53
54
54
= head2 method signature
55
55
56
- Instance method returning the signature of the VM object. Returns a
56
+ Instance method returning the signature of the VM object. Returns a
57
57
C < Blob > type object if the signature could not be established.
58
58
59
59
= head2 method version
60
60
61
61
Instance method returning the version of the VM object as a L < Version >
62
- object. Returns a Version object "unknown" if the version could not be
62
+ object. Returns a Version object "unknown" if the version could not be
63
63
established.
64
64
65
- = head1 See Also
66
-
67
- L < Systemic >
65
+ See Also: L < Systemic >
68
66
69
67
= end pod
You can’t perform that action at this time.
0 commit comments