We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b7fb97 commit ff87518Copy full SHA for ff87518
doc/Language/typesystem.pod6
@@ -324,17 +324,6 @@ C<trusts>. A forward declaration of the trusted class may be required.
324
say B.new.change;
325
# OUTPUT«B.new(a => A.new(foo => 42))»
326
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
338
=head2 C<role>
339
340
TODO
0 commit comments