Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created August 19, 2024 10:57
Show Gist options
  • Save Whateverable/2850c869c3272537a47aaa6ca051efb3 to your computer and use it in GitHub Desktop.
Save Whateverable/2850c869c3272537a47aaa6ca051efb3 to your computer and use it in GitHub Desktop.
evalable6__
role Thingy { submethod TWEAK { say 'yo' } } class A is Thingy { submethod TWEAK { say 'ho' } } my $a = A.new;
(exit code 1)
===SORRY!=== Error while compiling /tmp/oKcA20KISj
Strange text after block (missing semicolon or comma?)
at /tmp/oKcA20KISj:1
------> Thingy { submethod TWEAK { say 'yo' } }⏏ class A is Thingy { submethod TWEAK { s
expecting any of:
infix
infix stopper
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