Skip to content

Instantly share code, notes, and snippets.

@tadzik
Created September 6, 2012 05:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tadzik/3651868 to your computer and use it in GitHub Desktop.
Save tadzik/3651868 to your computer and use it in GitHub Desktop.
$ cat bug.pm
module bug;
sub infix:<ncmp>($a, $b) is export { }
$ perl6 -I. -Mbug -e ''
(ok, no output)
$ perl6 --target=pir bug.pm
===SORRY!===
Serialization Error: could not locate static code ref for closure 'infix:sym<ncmp>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment