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 masak/157074 to your computer and use it in GitHub Desktop.
Save masak/157074 to your computer and use it in GitHub Desktop.
$ cat A.pm
use B;
role A;
$ cat B.pm
role B;
$ perl6 A.pm
Unable to parse role definition at line 3, near ";\n"
in Main (src/gen_setting.pm:1490)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment