Skip to content

Instantly share code, notes, and snippets.

@softmoth
Created December 11, 2017 19:54
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 softmoth/68a42e6218c22f8bbcbd8c840fea7c48 to your computer and use it in GitHub Desktop.
Save softmoth/68a42e6218c22f8bbcbd8c840fea7c48 to your computer and use it in GitHub Desktop.
$ PERL6LIB=bar/lib,foo/lib px bar/t/bar.t  12:49:57
===SORRY!===
This type cannot unbox to a native string: P6opaque, Failure
$ find . -name .precomp  ✘  12:50:17
./bar/lib/.precomp
$ find . -name .precomp | xargs rm -r  12:50:21
$ PERL6LIB=bar/lib,foo/lib px bar/t/bar.t  12:50:28
1..1
ok 1 - bar()
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment