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

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

trunk/Estraier.pm revision 184 by dpavlin, Sat Nov 4 13:10:29 2006 UTC trunk/lib/Search/Estraier.pm revision 194 by dpavlin, Sat Nov 11 23:34:55 2006 UTC
# Line 4  use 5.008; Line 4  use 5.008;
4  use strict;  use strict;
5  use warnings;  use warnings;
6    
7  our $VERSION = '0.08_1';  our $VERSION = '0.08';
8    
9  =head1 NAME  =head1 NAME
10    
# Line 429  sub dump_draft { Line 429  sub dump_draft {
429          $draft .= join("\n", @{ $self->{dtexts} }) . "\n" if ($self->{dtexts});          $draft .= join("\n", @{ $self->{dtexts} }) . "\n" if ($self->{dtexts});
430          $draft .= "\t" . join("\n\t", @{ $self->{htexts} }) . "\n" if ($self->{htexts});          $draft .= "\t" . join("\n\t", @{ $self->{htexts} }) . "\n" if ($self->{htexts});
431    
         printf("[%s]\n", $draft);  
   
432          return $draft;          return $draft;
433  }  }
434    

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

  ViewVC Help
Powered by ViewVC 1.1.26