Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[NativeCall] postcircumfix:<( )> -> invoke
Gets us closer to being able to run Inline::Perl5 before also fixing the
method there. [Tux]++

Unfortunately, Inline::Perl5's precomp.t still dies with:
    ===SORRY!===
    Serialization Error: Unimplemented case of read_ref
  • Loading branch information
Mouq committed Mar 7, 2015
1 parent 8df4617 commit 67b7ba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/NativeCall.pm
Expand Up @@ -199,7 +199,7 @@ my role Native[Routine $r, Str $libname] {
has native_callsite $!call is box_target;
has Mu $!rettype;

method postcircumfix:<( )>(|args) {
method invoke(|args) {
unless $!setup {
my Mu $arg_info := param_list_for($r.signature);
my str $conv = self.?native_call_convention || '';
Expand Down

0 comments on commit 67b7ba1

Please sign in to comment.