Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@zoffixznet
Created January 8, 2016 16:03
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 zoffixznet/f345e8d74e13e798ebdb to your computer and use it in GitHub Desktop.
Save zoffixznet/f345e8d74e13e798ebdb to your computer and use it in GitHub Desktop.
zoffix@ZofMain:~$ perl6 -e 'sub eval (&code) { $*OUT.close; $*ERR.close; &code() }; eval { EVAL "use Test; is 1, 1; done-testing" };'
write string requires an object with REPR MVMOSHandle
in sub proclaim at /home/zoffix/.rakudobrew/moar-nom/install/share/perl6/sources/945084FFAEAD20CB3C68E3F19AEC7BA6516E078D line 510
in sub is at /home/zoffix/.rakudobrew/moar-nom/install/share/perl6/sources/945084FFAEAD20CB3C68E3F19AEC7BA6516E078D line 137
in block <unit> at EVAL_0 line 1
in block <unit> at -e line 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment