X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDX%2FHypothesis.pm;fp=lib%2FDX%2FHypothesis.pm;h=71477e817071b3c3dd1758bec6d3e1aef46171cf;hb=4016201bfc4050f0d4c2d79eab8e62f3dac99d43;hp=0cf02c61daa4ba51c3be6d2fe45e3658d3b1b9ce;hpb=39351e10a6952c3249854f7a069736b7f1f2ec3c;p=scpubgit%2FDX.git diff --git a/lib/DX/Hypothesis.pm b/lib/DX/Hypothesis.pm index 0cf02c6..71477e8 100644 --- a/lib/DX/Hypothesis.pm +++ b/lib/DX/Hypothesis.pm @@ -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);