package ATG::Constants; use strict; use warnings; use base qw(Exporter); our @EXPORT = qw(const); sub const { #code goes here }