Skip to content

Instantly share code, notes, and snippets.

@tobyink
Created March 10, 2023 07:31
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
sub import {
shift;
@_ = 'with' unless @_;
Keyword::Simple::define $_, \&__rewrite_with for @_;
}
sub unimport {
shift;
@_ = 'with' unless @_;
Keyword::Simple::undefine $_ for @_;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment