types and deparsing and recalculation part working
[scpubgit/DX.git] / lib / DX / Role.pm
index f662316..045c8a2 100644 (file)
@@ -4,6 +4,7 @@ use Import::Into;
 
 sub import {
   strictures->import::into(1);
+  DX::Types->import::into(1, ':types', ':assert');
   Moo::Role->import::into(1);
 }