Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created April 24, 2019 19:12
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 Whateverable/0dbb093c550453054a2a8922008c24dc to your computer and use it in GitHub Desktop.
Save Whateverable/0dbb093c550453054a2a8922008c24dc to your computer and use it in GitHub Desktop.
evalable6
package TestPackage { our enum Fruit is export <Apples Oranges Pears>; }; use TrstPackage; sub main { say Fruit.enums; };
(exit code 1)
===SORRY!===
Could not find TrstPackage at line 1 in:
file#/home/bisectable/git/whateverable/sandbox/lib
inst#/home/bisectable/.perl6
inst#/tmp/whateverable/rakudo-moar/235f14cd5138663c35f574a694e45b5bc0141031/share/perl6/site
inst#/tmp/whateverable/rakudo-moar/235f14cd5138663c35f574a694e45b5bc0141031/share/perl6/vendor
inst#/tmp/whateverable/rakudo-moar/235f14cd5138663c35f574a694e45b5bc0141031/share/perl6
ap#
nqp#
perl5#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment