Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created August 25, 2019 23:02
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/dd3d3b6fd7a20298acfd14f0a17312b5 to your computer and use it in GitHub Desktop.
Save Whateverable/dd3d3b6fd7a20298acfd14f0a17312b5 to your computer and use it in GitHub Desktop.
evalable6
module Foo { our module Bar { our $bar; } }; say Foo::("Bar")::.keys
(exit code 1)
===SORRY!=== Error while compiling /tmp/d4g6wKSqWu
Combination of indirect name lookup and call not supported
at /tmp/d4g6wKSqWu:1
------> Bar { our $bar; } }; say Foo::("Bar")::⏏.keys
expecting any of:
argument list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment