Skip to content

Instantly share code, notes, and snippets.

@moritz
Created June 11, 2012 18:59
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 moritz/2911966 to your computer and use it in GitHub Desktop.
Save moritz/2911966 to your computer and use it in GitHub Desktop.
Modules tracing
$ # mA.pm loads mB.pm, which has a syntax error
$ ./perl6 -Ilib -e 'use mA;'
===SORRY!===
Placeholder variable $^a may not be used here because the surrounding block takes no signature
at lib/mB.pm:2
from module mA file lib/mA.pm:2
from -e:1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment