use strictures 1; package Mojito::Model::Config; $Mojito::Model::Config::VERSION = '0.25'; use Moo; with('Mojito::Role::Config'); 1