Skip to content

Instantly share code, notes, and snippets.

@ryn1x
Created July 6, 2019 05:50
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 ryn1x/360e63f89075b0c0c6d3a6879ffc507a to your computer and use it in GitHub Desktop.
Save ryn1x/360e63f89075b0c0c6d3a6879ffc507a to your computer and use it in GitHub Desktop.
post if error
module M {
our sub foo() { say "foo" }
}
# this will error with "Cannot find method 'Nil' on object of type List"
M::foo if True;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment