On Tue, 7 Apr 2009 09:57:37 -0500 Jared Johnson <jar...@nmgi.com> wrote:
> When I updated the documentation I noticed that body_fh() is actually > documented to return undef in the event that the body is not yet spooled > to disk. I assumed that it was an oversight that body_fh didn't call > body_spool() similarly to body_filename, but it seems there was some > thought given to it. Is this the preferred behavior? When adding body_fh(), $self->{_body_file} was already there. I needed this file handle for a plugin, and calling $transaction->{_body_file} was not the way to go ;-) Since there are some plugins which use this, we should not change it. Hanno