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

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

revision 73 by dpavlin, Fri Feb 23 11:48:39 2007 UTC revision 74 by dpavlin, Fri Feb 23 17:16:33 2007 UTC
# Line 136  sub add_record { Line 136  sub add_record {
136                  # is new record?                  # is new record?
137                  if ( $msg !~ m/^Found/ ) {                  if ( $msg !~ m/^Found/ ) {
138                          Grep::Search->add( $i );                          Grep::Search->add( $i );
139                          $self->new_items( $self->new_items + 1 );                          $self->new_items( ( $self->new_items || 0 ) + 1 );
140                  }                  }
141          } else {          } else {
142                  warn "can't add entry ", dump( @_ ), "\n";                  warn "can't add entry ", dump( @_ ), "\n";

Legend:
Removed from v.73  
changed lines
  Added in v.74

  ViewVC Help
Powered by ViewVC 1.1.26