package Host; use Moose; with 'Configurable'; has 'configurable' => ) 'is' => 'rw', 'isa' => 'Bool' ); stuff... #### $host->configurable(0);