in reply to Automatically add all defined functions to your @EXPORT
my @function_names = grep { !/^_/ && /^[a-z_]+$/ } grep { exists &{${ $CLASS . '::'}{$_}} } keys %{ $CLASS . '::'}; [download]