X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDX%2FSearchState.pm;h=1742ff54333e47da5a88d15a53333452ff5e703a;hb=56f901616f4140a1203d92d1ae03f7972665fa99;hp=78b7528c826601cf39f7a4d00e820a321cc6af1e;hpb=104ea5a9802c5be72cb27f086057f90e2de755f4;p=scpubgit%2FDX.git diff --git a/lib/DX/SearchState.pm b/lib/DX/SearchState.pm index 78b7528..1742ff5 100644 --- a/lib/DX/SearchState.pm +++ b/lib/DX/SearchState.pm @@ -51,6 +51,7 @@ sub new_for { sub with_one_step { my ($self) = @_; return undef unless my $step = $self->next_step; + trace step => $step; return $step->apply_to($self); }