Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix method ^name() { ... } now we actually use it.
  • Loading branch information
jnthn committed Mar 12, 2015
1 parent a6a8793 commit a93f156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/NativeCall.pm
Expand Up @@ -77,7 +77,7 @@ use MONKEY_TYPING;
augment class Pointer {
method of() { void }

method ^name() { 'Pointer' }
method ^name($) { 'Pointer' }

multi method new() {
self.CREATE()
Expand Down

0 comments on commit a93f156

Please sign in to comment.