/[Grep]/lib/Grep/Search.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /lib/Grep/Search.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 64 by dpavlin, Wed Feb 21 20:22:07 2007 UTC revision 95 by dpavlin, Sat Feb 24 11:42:10 2007 UTC
# Line 175  sub collection { Line 175  sub collection {
175          undef $hits;          undef $hits;
176          undef $query;          undef $query;
177          undef $parser;          undef $parser;
178            $searcher->close;
179          undef $searcher;          undef $searcher;
180    
181          return $collection;          return $collection;
# Line 193  sub finish { Line 194  sub finish {
194                  $writer->close;                  $writer->close;
195          }          }
196          undef $writer;          undef $writer;
197            undef $store;
198          undef $create;          undef $create;
199            undef $analyzer;
200    
201          return;          return;
202  }  }

Legend:
Removed from v.64  
changed lines
  Added in v.95

  ViewVC Help
Powered by ViewVC 1.1.26