Skip to content

Instantly share code, notes, and snippets.

@AlexDaniel
Created June 13, 2019 22:13
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 AlexDaniel/91bd4f10e863bd9535dd0c7c60ee4bbd to your computer and use it in GitHub Desktop.
Save AlexDaniel/91bd4f10e863bd9535dd0c7c60ee4bbd to your computer and use it in GitHub Desktop.
# MAIN
require ($*PROGRAM.parent.absolute ~ "/to_require.pm") <required_role> ;
my $c = 1 does required_role ;
role required_role is export { }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment