summaryrefslogtreecommitdiffstats
path: root/t/lib/Command/Role/Method.pm
blob: 29152acb5456b92c4569870b2640c44e29e4c015 (plain) (blame)
1
2
3
4
package Command::Role::Method;
use Moose::Role;

1;