add types to EnterRecheck step
[scpubgit/DX.git] / lib / DX / Class.pm
index c42d52e..8bdef5d 100644 (file)
@@ -6,6 +6,7 @@ sub import {
   strictures->import::into(1); # should pass version
   DX::Types->import::into(1, ':types', ':assert');
   DX::Utils->import::into(1, '*trace');
+  Types::Standard->import::into(1, 'Maybe');
   Try::Tiny->import::into(1);
   Moo->import::into(1);
   # This would not be safe with method modifiers, but since the role