package MyConstants; use base qw (Exporter); our @EXPORT_OK = qw (SOME_CONSTANT); use constant SOME_CONSTANT => 'the value';