/[Search-Estraier]/trunk/Estraier.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 /trunk/Estraier.pm

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

revision 16 by dpavlin, Wed Jan 4 22:43:24 2006 UTC revision 18 by dpavlin, Wed Jan 4 22:48:29 2006 UTC
# Line 402  sub set_options { Line 402  sub set_options {
402          $self->{options} ||= $options->{$option};          $self->{options} ||= $options->{$option};
403  }  }
404    
405    =head2 phrase
406    
407    Return search phrase.
408    
409      print $cond->phrase;
410    
411    =cut
412    
413    sub phrase {
414            my $self = shift;
415            return $self->{phrase};
416    }
417    
418    
419  package Search::Estraier::Master;  package Search::Estraier::Master;
420    
421  use Carp;  use Carp;

Legend:
Removed from v.16  
changed lines
  Added in v.18

  ViewVC Help
Powered by ViewVC 1.1.26