--- trunk/Estraier.pm 2006/01/04 15:48:00 10 +++ trunk/Estraier.pm 2006/01/04 15:50:08 11 @@ -182,7 +182,7 @@ sub texts { my $self = shift; confess "attr_names return array, not scalar" if (! wantarray); - return $self->{dtexts}; + return @{ $self->{dtexts} }; } =head2 dump_draft