/[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 10 by dpavlin, Wed Jan 4 15:48:00 2006 UTC revision 11 by dpavlin, Wed Jan 4 15:50:08 2006 UTC
# Line 182  Returns array with text sentences. Line 182  Returns array with text sentences.
182  sub texts {  sub texts {
183          my $self = shift;          my $self = shift;
184          confess "attr_names return array, not scalar" if (! wantarray);          confess "attr_names return array, not scalar" if (! wantarray);
185          return $self->{dtexts};          return @{ $self->{dtexts} };
186  }  }
187    
188  =head2 dump_draft  =head2 dump_draft

Legend:
Removed from v.10  
changed lines
  Added in v.11

  ViewVC Help
Powered by ViewVC 1.1.26