use Some::Module; my %subs = map { $_ => \&$_ } grep { defined &$_ } keys %main:: ; [download]
In reply to Re: What is Exported from modules by Codon in thread What is Exported from modules by merrymonk