updated shell code to register query commands with Tcl object
[scpubgit/DX.git] / lib / DX / Class.pm
index cc51cd4..a25c72f 100644 (file)
@@ -5,6 +5,7 @@ use Import::Into;
 sub import {
   strictures->import::into(1); # should pass version
   DX::Types->import::into(1, ':types', ':assert');
+  Try::Tiny->import::into(1);
   Moo->import::into(1);
   # This would not be safe with method modifiers, but since the role
   # provides only a single method it works out fine.