Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
"postcircumfix:<( )>" is now spelled "CALL-ME"
Fixes tests on current rakudo
  • Loading branch information
niner committed Oct 6, 2015
1 parent 91d78b8 commit 38241c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Inline/Perl5.pm6
Expand Up @@ -887,7 +887,7 @@ class Perl5Callable does Callable {
has OpaquePointer $.ptr;
has Inline::Perl5 $.perl5;

method postcircumfix:<( )>(*@args) {
method CALL-ME(*@args) {
$.perl5.execute($.ptr, @args);
}

Expand Down

0 comments on commit 38241c4

Please sign in to comment.