Skip to content

Instantly share code, notes, and snippets.

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/a60e08771ea813794a509a3cbf49ed20 to your computer and use it in GitHub Desktop.
Save zoffixznet/a60e08771ea813794a509a3cbf49ed20 to your computer and use it in GitHub Desktop.
zoffix@VirtualBox:/tmp/tmp.MFavZ7IwVJ$ ls
A.pm6
zoffix@VirtualBox:/tmp/tmp.MFavZ7IwVJ$ cat A.pm6
use lib "foo";
zoffix@VirtualBox:/tmp/tmp.MFavZ7IwVJ$ perl6 -I. -MA -e ''
===SORRY!=== Error while compiling /tmp/tmp.MFavZ7IwVJ/A.pm6 (A)
'use lib' may not be pre-compiled
at /tmp/tmp.MFavZ7IwVJ/A.pm6 (A):1
------> use lib "foo"⏏;
zoffix@VirtualBox:/tmp/tmp.MFavZ7IwVJ$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment