Skip to content

Commit ff87518

Browse files
author
Jan-Olof Hendig
committed
Removed duplicated paragraph about Versioning and Authorship
1 parent 0b7fb97 commit ff87518

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

doc/Language/typesystem.pod6

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -324,17 +324,6 @@ C<trusts>. A forward declaration of the trusted class may be required.
324324
say B.new.change;
325325
# OUTPUT«B.new(a => A.new(foo => 42))␤»
326326
327-
=head3 Versioning and Authership
328-
329-
Versioning and authership can be applied via adverbs C«:ver<>» and C«:auth<>».
330-
Both take a string as argument, for C<:ver> the string is converted to a
331-
L<Version|/type/Version> object. To query a class version and auther use
332-
C<.^ver> and C<^.auth>.
333-
334-
class C:ver<4.2.3>:auth<me@here.local> {}
335-
say [C.^ver, C.^auth];
336-
# OUTPUT«[v4.2.3 me@here.local]␤»
337-
338327
=head2 C<role>
339328
340329
TODO

0 commit comments

Comments
 (0)