/[Grep]/lib/Grep/Action/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/Action/Search.pm

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

revision 37 by dpavlin, Mon Feb 19 20:07:48 2007 UTC revision 38 by dpavlin, Tue Feb 20 10:51:15 2007 UTC
# Line 34  sub take_action { Line 34  sub take_action {
34          if ($results > 0) {          if ($results > 0) {
35          $self->result->message( "Found $results results" );          $self->result->message( "Found $results results" );
36          } else {          } else {
37                  $self->result->error('No local results found, wait for remote results to arrive...');                  $self->result->error('No local results, try remote feeds...');
38          }          }
39    
40          return $coll;          return $coll;

Legend:
Removed from v.37  
changed lines
  Added in v.38

  ViewVC Help
Powered by ViewVC 1.1.26