initial partial sketch
[scpubgit/DX.git] / lib / DX / Role.pm
1 package DX::Role;
2
3 use Import::Into;
4
5 sub import {
6   strictures->import::into(1);
7   Moo::Role->import::into(1);
8 }
9
10 1;