Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created April 27, 2019 21:11
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/dc9c81a6c0275dcf91c7a94a25acc896 to your computer and use it in GitHub Desktop.
Save Whateverable/dc9c81a6c0275dcf91c7a94a25acc896 to your computer and use it in GitHub Desktop.
evalable6
class C { my $a = 42 }; augment class C { say $a }
(exit code 1)
===SORRY!=== Error while compiling /tmp/AU9pxI14fE
augment not allowed without 'use MONKEY-TYPING'
at /tmp/AU9pxI14fE:1
------> class C { my $a = 42 }; augment class C⏏ { say $a }
expecting any of:
generic role
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment