Created
August 31, 2019 03:49
Star
You must be signed in to star a gist
evalable6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package A { BEGIN { my $name = 'foo'; sub a { say 'OHAI!' } but role { method name { $name } }; trait_mod:<is>(:export, &a) } }; use A; foo; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (exit code 1) | |
| ===SORRY!=== | |
| Could not find A at line 1 in: | |
| file#/home/bisectable/git/whateverable/sandbox/lib | |
| inst#/home/bisectable/.perl6 | |
| inst#/tmp/whateverable/rakudo-moar/579ac66e8b8067e7ae1a4000aafd27983ee2bfc6/share/perl6/site | |
| inst#/tmp/whateverable/rakudo-moar/579ac66e8b8067e7ae1a4000aafd27983ee2bfc6/share/perl6/vendor | |
| inst#/tmp/whateverable/rakudo-moar/579ac66e8b8067e7ae1a4000aafd27983ee2bfc6/share/perl6/core | |
| ap# | |
| nqp# | |
| perl5# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment