Created
January 13, 2016 10:59
-
-
Save gfldex/87e6af28194e5389a8f2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
use v6; | |
use lib '.'; | |
use the-lib; | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sub EXPORT() { | |
{ 'Anon' => class {} } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment