Skip to content

Instantly share code, notes, and snippets.

@gerdr
Created January 12, 2013 09:56
Show Gist options
  • Save gerdr/4517030 to your computer and use it in GitHub Desktop.
Save gerdr/4517030 to your computer and use it in GitHub Desktop.
$ perl6 --version
This is perl6 version 2012.12-63-ge267037 built on parrot 4.11.0 revision RELEASE_4_11_0-135-g73c6d32
$ cat > Foo.pm
macro FOO { quasi { my $foo = { 42 } } }
$ perl6 --target=pir Foo.pm
===SORRY!===
Serialization Error: Unimplemented object type 'MDThunk' passed to write_ref
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment