Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Reword deprecation of parse-names
  • Loading branch information
zoffixznet committed Aug 15, 2018
1 parent e0843c3 commit 13a8812
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions doc/Type/Str.pod6
Expand Up @@ -343,10 +343,8 @@ See also: L«:16<FF> syntax for number literals|/syntax/Number%20literals»
sub parse-names(Str:D $names --> Str:D)
method parse-names(Str:D $names: --> Str:D)
B<DEPRECATED>. Existed only in pre-release proposal version of 6.d language and
was eventually renamed to L<uniparse>. In Rakudo implementation,
issues deprecation warnings in 6.d language and will be removed entirely when
6.e language is released.
B<DEPRECATED>. Use L<uniparse> instead. Existed in Rakudo implementation as a proof of viability
implementation before being renamed and will be removed when 6.e language is released.
=head2 routine uniparse
Expand Down

0 comments on commit 13a8812

Please sign in to comment.