Skip to content

Instantly share code, notes, and snippets.

@gfldex
Created January 13, 2016 10:59
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 gfldex/87e6af28194e5389a8f2 to your computer and use it in GitHub Desktop.
Save gfldex/87e6af28194e5389a8f2 to your computer and use it in GitHub Desktop.
use v6;
use lib '.';
use the-lib;
sub EXPORT() {
{ 'Anon' => class {} }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment