/[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 192 by dpavlin, Fri May 23 21:52:06 2008 UTC revision 194 by dpavlin, Fri May 23 22:32:47 2008 UTC
# Line 4  use warnings; Line 4  use warnings;
4    
5  use base qw(  use base qw(
6          Class::Accessor          Class::Accessor
7          Grep::Search::KinoSearch          Grep::Search::Estraier
8  );  );
9  =for alternative  =for alternative
10          Grep::Search::Estraier          Grep::Search::Estraier
# Line 182  sub snippet { Line 182  sub snippet {
182          }          }
183  }  }
184    
185    =head2 finish
186    
187      $search->finish;
188    
189    =cut
190    
191    sub finish {
192            my $self = shift;
193            eval { $self->SUPER::finish( @_ ) };
194    }
195    
196  1;  1;

Legend:
Removed from v.192  
changed lines
  Added in v.194

  ViewVC Help
Powered by ViewVC 1.1.26