Skip to content

Instantly share code, notes, and snippets.

@FCO
Last active July 9, 2022 23:37
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 FCO/9111d1d7a5149f2f0cc5ec2232c2764e to your computer and use it in GitHub Desktop.
Save FCO/9111d1d7a5149f2f0cc5ec2232c2764e to your computer and use it in GitHub Desktop.
sub bla is export { say "v1" }
sub bla is export { say "v2" }
use Bla;
bla
{
"name": "TestVersions",
"perl": "6.d",
"provides": {
"TestVersions": "lib/TestVersions.rakumod",
"Bla": "Bla_v1.rakumod",
"Bla:ver<1>": "Bla_v1.rakumod",
"Bla:ver<2>": "Bla_v2.rakumod",
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment