Help for this page
sub alias { use base 'Exporter'; use base 'DynaLoader'; ... our %EXPORT_TAGS = (all => \@EXPORT_OK); pop our @ISA; }