##
our @EXPORT = qw(
foo bar baz
qux quux
);
####
our @EXPORT = qw(
foo bar baz
qux quux
corge grault
# not sure we want to export these by default because the name is rather common,
# but let's do it anyways for now
thud jet
);