The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use strictures 1;
package Mojito::Model::DB;
{
  $Mojito::Model::DB::VERSION = '0.21';
}
use Moo;

with('Mojito::Role::DB');

1