Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make Application.version Any
  • Loading branch information
lizmat committed May 13, 2014
1 parent 109a1b4 commit ffad552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S28-special-names.pod
Expand Up @@ -140,7 +140,7 @@ variables such as C<$*PERL>, C<$?VM>, C<$*KERNEL>, etc.
role Application {
has Str $.name;
has Str $.auth;
has Version $.version;
has $.version;
}

=head3 Perl5 to Perl6 special variable translation
Expand Down

0 comments on commit ffad552

Please sign in to comment.