--- 8< --- package MyPackage; use Apache2::Module qw(); use Apache2::... a whole bunch more apache modules our @DIRECTIVES = qw(directive1 foo bar etc); Apache2::Module::add(__PACKAGE__, [ map { { name => $_ } } @DIRECTIVES ]); . . . --- 8< ---