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/5b1740bf2ba00bc2f6a44263abbc3acf to your computer and use it in GitHub Desktop.
Save zoffixznet/5b1740bf2ba00bc2f6a44263abbc3acf to your computer and use it in GitHub Desktop.
zoffix@VirtualBox:~/CPANPRC/rakudo$ cat bug-test/A.pm6
no precompilation;
unit class A;
use Pastebin::Gist;
zoffix@VirtualBox:~/CPANPRC/rakudo$ ./perl6-m -Ibug-test -MA -e 'A.new'
===SORRY!=== Error while compiling -e
Undeclared name:
A used at line 1
zoffix@VirtualBox:~/CPANPRC/rakudo$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment