operational recheck
[scpubgit/DX.git] / lib / DX / Hypothesis.pm
index 0cf02c6..71477e8 100644 (file)
@@ -2,6 +2,7 @@ package DX::Hypothesis;
 
 use DX::ActionPolicy::LockScope;
 use Types::Standard qw(ArrayRef);
+use DX::Utils qw(deparse);
 use DX::Class;
 
 has scope => (is => 'ro', isa => Scope, required => 1);