Skip to content

Instantly share code, notes, and snippets.

@zoffixznet
Created May 2, 2016 19:09
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 zoffixznet/629a926568d787c21e635daa58a531ee to your computer and use it in GitHub Desktop.
Save zoffixznet/629a926568d787c21e635daa58a531ee to your computer and use it in GitHub Desktop.
unit module Foo;
sub foo is export { }
sub bar is export(:special) { }
use lib '.';
use Foo :ALL;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment