Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created December 2, 2016 09:24
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/fcbb82ae4dc5967ef25f682bb2274b4c to your computer and use it in GitHub Desktop.
Save Whateverable/fcbb82ae4dc5967ef25f682bb2274b4c to your computer and use it in GitHub Desktop.
evalable6
(exit code 1)
role R { method m { !!! } }; class C { my $singleton; method new { $singleton = self.bless does R }; method n { C.new.m }; C.n
===SORRY!=== Error while compiling /tmp/1B2mScbQae
Missing block
at /tmp/1B2mScbQae:1
------> less does R }; method n { C.new.m }; C.n<HERE><EOL>
expecting any of:
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