Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created April 2, 2019 16:14
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/b5643915c52c1820bdb15179bb2de327 to your computer and use it in GitHub Desktop.
Save Whateverable/b5643915c52c1820bdb15179bb2de327 to your computer and use it in GitHub Desktop.
evalable6
augment class Failure { method AT-POS(|) { self } }; my @a = 1..2 Z 'a'..'b'; dd @a[$_][*-1] for <0 -1>
(exit code 1)
===SORRY!=== Error while compiling /tmp/bOlkQ8E9vb
augment not allowed without 'use MONKEY-TYPING'
at /tmp/bOlkQ8E9vb:1
------> augment class Failure⏏ { method AT-POS(|) { self } }; my @a =
expecting any of:
generic role
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment