use strict;
use warnings;

package {{ $name }};

# ABSTRACT:

use Moo;

no Moo;

1;