Skip to content

Instantly share code, notes, and snippets.

@kalkin
Last active March 3, 2016 19:21
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 kalkin/b99521c75c1cf37cd445 to your computer and use it in GitHub Desktop.
Save kalkin/b99521c75c1cf37cd445 to your computer and use it in GitHub Desktop.
use v6;
use Test;
use App::Dt;
plan 1;
is App::Dt::EXPORT::ALL::.elems, 3 ;
my \module = App::Dt;
diag module::EXPORT::.keys.gist;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment