Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
remove .^auth and .^ver from package as the PR to roast was rejected
  • Loading branch information
gfldex committed Jul 8, 2016
1 parent e402f7b commit b42b053
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions doc/Language/typesystem.pod6
Expand Up @@ -288,15 +288,6 @@ C<.^ver> and C<^.auth>.
TODO
Versioning and authership can be applied via adverbs C«:ver<>» and C«:auth<>.
Both take a string as argument, for C<:ver> the string is converted to a
L<Version|/type/Version> object. To query a packages version and auther use
C<.^ver> and C<^.auth>.
package P:ver<4.2.3>:auth<me@here.local> {}
say [P.^ver, P.^auth];
# OUTPUT«[v4.2.3 me@here.local]␤»
=head2 C<grammar>
TODO
Expand Down

0 comments on commit b42b053

Please sign in to comment.