Skip to content

Instantly share code, notes, and snippets.

@FROGGS
Created June 30, 2014 18:32
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 FROGGS/8da00dbd8df5895d96b1 to your computer and use it in GitHub Desktop.
Save FROGGS/8da00dbd8df5895d96b1 to your computer and use it in GitHub Desktop.
use v6;
sub EXPORT(|) {
my %EXPORT;
%EXPORT<&BLOCK_SIZE> = { my $n };
%EXPORT<&BZIP> = do { try require ENOCAKE; +not so $! };
%EXPORT;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment