Skip to content

Instantly share code, notes, and snippets.

@timo
Created May 3, 2013 16:50
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 timo/cf455486e89695c050ad to your computer and use it in GitHub Desktop.
Save timo/cf455486e89695c050ad to your computer and use it in GitHub Desktop.
test files for Module_EXPORT branch
module foobar;
our sub EXPORT($foo) is export {
return (boingboing => sub boingboing { say "$foo!" }).hash
}
use foobar <Blop>;
boingboing();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment