Skip to content

Commit 63c8909

Browse files
authored
Make xtest happy
1 parent 758efca commit 63c8909

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

doc/Type/VM.pod6

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
33
=TITLE class VM
44
5-
=SUBTITLE Perl 6 Virtual Machine related information
5+
=SUBTITLE Perl 6 Virtual Machine related information
66
77
class VM does Systemic { }
88
99
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.
1111
1212
=head1 Methods
1313
1414
=head2 method auth
1515
1616
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.
1818
1919
=head2 method config
2020
@@ -53,17 +53,15 @@ of the VM object is installed.
5353
5454
=head2 method signature
5555
56-
Instance method returning the signature of the VM object. Returns a
56+
Instance method returning the signature of the VM object. Returns a
5757
C<Blob> type object if the signature could not be established.
5858
5959
=head2 method version
6060
6161
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
6363
established.
6464
65-
=head1 See Also
66-
67-
L<Systemic>
65+
See Also: L<Systemic>
6866
6967
=end pod

0 commit comments

Comments
 (0)