Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created April 2, 2019 17:31
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/da88458e08ae0392cb59b7f329522d14 to your computer and use it in GitHub Desktop.
Save Whateverable/da88458e08ae0392cb59b7f329522d14 to your computer and use it in GitHub Desktop.
evalable6
role A { method aa { say "EEeeeeyyy!"; }; my $a = A.new.aa
(exit code 1)
===SORRY!=== Error while compiling /tmp/gbqmheG93R
Missing block
at /tmp/gbqmheG93R:1
------> { say "EEeeeeyyy!"; }; my $a = A.new.aa⏏<EOL>
expecting any of:
postfix
statement end
statement modifier
statement modifier loop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment