X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDX%2FSearchProcess.pm;h=e22eaa3f293f848aca37feb3254b2de42064c182;hb=1c02730b4c397d64a0ee1b2efe1bbf30626791ed;hp=e2ec2d57028a25803a8e8e86aad7cf361e097068;hpb=29daa5541fda849f06b7bf5ecd2d4a72f263b184;p=scpubgit%2FDX.git diff --git a/lib/DX/SearchProcess.pm b/lib/DX/SearchProcess.pm index e2ec2d5..e22eaa3 100644 --- a/lib/DX/SearchProcess.pm +++ b/lib/DX/SearchProcess.pm @@ -6,7 +6,7 @@ use DX::Class; has current_search_state => ( is => 'ro', isa => SearchState, required => 1, handles => [ qw( - current_hypothesis next_step propositions adjustments_made + current_hypothesis next_step propositions ) ], );