package Project::Config; use warnings FATAL => qw(all); use strict; use Exporter; our @ISA='Exporter'; our @EXPORT_OK=qw(....); ... sub AUTOLOAD {...} INIT {...}